Scripts to use for the HaTTiP web services client
All scripts included here are free to use. If you have any you would like to add, please fork this repository and submit a pull request with your contribution.
- In the Script Library window (Menu -> Window -> Script Library), click the
+button to create a new script. - Enter the name of the script. For
Library Entryscripts, this usually isn't significant. For aSnippetscript, you will need this name for theScriptfield in the request with which you want to use this script. - For a
Library Entryscript, set theOrder. Lower numbers are ordered first during script processing. - Set the
Languagefor the script. AllLibrary Entryscripts of a particular language are included when processing aSnippetscript. - Enter the script into the body field.
- In the request window, enter the script in the
Scriptfield. The name must match exactly with theSnippetscript you want to use. OnlySnippetscripts may be used here.
Base64 - Encode and decode strings as base64
BasicAuth - Create an Authorization header for Basic authentication. Requires Base64.js.