-
Install Extension
A Paw Extension to decrypt messages using the AES encryption algorithm
-
Install Extension
A Paw Extension to encrypt messages using the AES encryption algorithm
-
Install Extension
This project was created to help simplify testing our API with paw, authenticating with Auth0.
-
Install Extension
A dynamic value to compute authentication signatures for the AWS Product Advertising API (aka. E-Commerce Service).
-
Install Extension
A Paw Extension to compute AWS Signature version 4 authentication signatures for the accessing the main AWS services including REST APIs build using AWS API Gateway that are protected using IAM.
-
Install Extension
A dynamic value for generating Baidu BCE Authorization signatures.
-
Install Extension
A Dynamic Value that converts Base 64 encoded strings to hexadecimal.
-
Install Extension
Authentication for accessing Blockchain of Things' Catenis API.
-
Install Extension
A Dynamic Value that is used to select the proper message action for Catenis API requests.
-
Install Extension
A Dynamic Value that is used to select the proper message direction for Catenis API requests.
-
Install Extension
Select the proper message encoding for Catenis API requests
-
Install Extension
A Dynamic Value that is used to select the proper message read state for Catenis API requests.
-
Install Extension
Select the proper message storage scheme for Catenis API requests.
-
Install Extension
A Paw Dynamic Value that is used to select the proper permission right for Catenis API requests.
-
Install Extension
A Paw Dynamic Value that generates random strings, numbers, etc. based on Chance.js. Examples available here https://github.com/tanshiqi/Paw-ChanceDynamicValue
-
Install Extension
This is a Dynamic Value Paw extension that is used to insert a JSON that is compressed according to the current value
of the Content-Encoding HTTP header.
Read more: https://github.com/blockchainofthings/Paw-CompressJSONBodyDynValue
-
Install Extension
A dynamic value that randomly picks one of the inputs.
-
Install Extension
Returns Django's CSRF token from the Cookie header. Using this dynamic value for header X-CSRFToken allows making POST requests to Django views without getting a 403 error.
-
Install Extension
A dynamic value to generate ECDSA (Elliptic Curve Digital Signature Algorithm) signatures based on the KECCAK-256 algorithm.
-
Install Extension
Generates random email addresses.
-
Install Extension
Computes the factorial of any number.
-
Install Extension
Dynamic value that uses Faker.js to generate data.
-
Install Extension
Dynamic value generator based on Faker.js library.
-
Install Extension
Paw Extension to allow insertion of a Hawk token in the Authorization header.
-
Install Extension
A Dynamic Value that converts an hexadecimal encoded strings to base 64.
-
Install Extension
HTTP Digest authentication for Paw. Add an "Authorization" header with this dynamic value as value.
-
Install Extension
Process an input string using the awesomely handy and powerful JSON processor utility jq.
-
Install Extension
A simple extension to extract a JSON key path.
-
Install Extension
A dynamic value to generate objects based on JSON Schemas using Faker.js
-
Install Extension
Generate JSON Web Tokens directly from Paw using this dynamic value.
-
Install Extension
Decodes JSON Web Token parts for further use (and for viewing).
-
Install Extension
A Paw Extension to compute Kong HMAC Authentication signatures for the accessing the Kong RESTful APIs.
-
Install Extension
A dynamic value to extract the CSRF token generated by the Laravel framework.
-
Install Extension
A Paw Extension to easily manage values in a list.
-
Install Extension
A Dynamic Value that randomizes names.
-
Install Extension
This extension creates the authorization header for HTTP REST requests to Oracle's OCI REST APIs. The extension leverages the required headers to construct an authorization header based on the requirements defined in the OCI REST API documentation. POST and PUT requests also require a `x-content-sha256` header calculated based on the body of the request. The default SHA256 dynamic value should be used to calculate this header; ensure that base64 encoding is used.
-
Install Extension
Paw Dynamic Value to retrieve the user's public ip address using ipify.org
-
Install Extension
A Paw Extension to generate QingStor Authorisation Signature for QingStor REST APIs. QingStor provides low-cost and reliable online storage service with unlimited storage space. See: https://www.qingcloud.com/qingstor
-
Install Extension
A Paw Extension to match and replace a pattern in an input string. It uses the JavaScript replace method, so the regular expression syntax must follow the JavaScript syntax (see the RegExp object).
-
Install Extension
Allows to select data out any format by using regex. It is particularly useful for filtering data out of custom response formats such as JSON with adding XSS strings.
-
Install Extension
A Paw extensions to generate random strings based on a regular expression.
-
Install Extension
It takes the value of a header used in the last exchange of a selected request. Can be used for referencing unstable values (such as Random email etc).
-
Install Extension
It takes the value by key path from JSON body sent in the last exchange of a selected request. Can be used for referencing unstable values (such as Random email etc).
-
Install Extension
It takes the raw body sent in the last exchange of a selected request. Can be used for referencing unstable values (such as Random email etc).
-
Install Extension
A dynamic value to find a random index path based on another request. Also includes specific aliased index lookup.
-
Install Extension
A dynamic value to generate RSA and ECDSA signatures.
-
Install Extension
Scrypt In cryptography, scrypt is a password-based key derivation function created by Colin Percival, originally for the Tarsnap online backup service. The algorithm was specifically designed to make it costly to perform large-scale custom hardware attacks by requiring large amounts of memory.
-
Install Extension
Hash data using SHA3 algorithms.
-
Install Extension
A dynamic value to perform simple operations on strings (upper case, lower case, title case, camel case, etc.).
-
Install Extension
Generates a Stripe card token from card numbers.
-
Install Extension
A simple dynamic value to extract a substring from a string given a start (positive, or negative from the end) and a length (optional to get a substring until the end of string).
-
Install Extension
A dynamic value that creates a switch based on a given input, with multiple case choices. It acts like a "switch" statement in a programming language.
-
Install Extension
Dynamic value that returns a UNIX timestamp in milliseconds.
-
Install Extension
It takes the value of a URL parameter used in the last exchange of a selected request. Can be used for referencing unstable values (such as Random email etc).
-
Install Extension
A dynamic value that can be used to add URL path parameters.
-
Install Extension
It takes the URL parts used in the last exchange of a selected request. Can be used for referencing unstable values (such as Random email etc)
-
Install Extension
Generates a random UUID.
-
Install Extension
An extension for the RapidAPI (Paw) REST Client to authenticate into the Veracode REST APIs using HMAC.
-
Install Extension
Auth extension for VWS Api.
-
Install Extension
Submits user login and password information and extracts authorization cookie from the response. This extension is intended to be used with WordPress Nonce extension.
-
Install Extension
Calculates a WordPress nonce ACSRF token based on authorization cookie and some additional information, such as nonce salt, action and user id.
-
Install Extension
A dynamic value for WSSE Authentication. It can be set as the value of an Authorization header.