Table of Contents | ||
---|---|---|
|
Support for parametrized GET/POST requests
...
Field | Description |
---|---|
URL | URL to the required resource. For the GET requests it can contain GET parameters. |
Basic Auth Username | Username for basic access authentication (optional) |
Basic Auth Password | Password for basic access authentication (optional) |
Request Type | An HTTP request type (GET, POST) |
Request Data | Body of the HTTP POST request |
XPath or JSON Path | Path for getting values |
Proxy port | Port number of a proxy server. Proxy settings are available starting with v1.2.11. |
Proxy host | IP address of a proxy server. Proxy settings are available starting with v1.2.11. |
Proxy scheme (http or https) | Protocol that defines how messages are formatted and transmitted, and what actions web servers and browsers should take in response to various commands. Proxy settings are available starting with v1.2.11. |
Support for different values for JSONpath and XMLpath
...