JavaScript support turned off. Application may not function as expected.
FETCH LIVE ACCESS
PLUG-IN FUNCTIONS
Get Response
Returns response headers and response body for a specified request.
Enter in either the URL to make the request to, the query string parameters (or raw post body), Method (GET/POST), and ContentType values.
View other functions
URL to document/object
Enter in the full URL to the object, including the HTTP/S protocol identifier. Note that agents that rely on this method to extract from these objects cannot leverage any session data the agent has acquired, if relevant.
Query String Parameters
Enter in query string parameters to send to the URL.
Method
Enter the method (GET/POST) to use for the request.
ContentType
Enter the ContentType header to use for the request. For example "application/x-www-form-urlencoded", or "application/json; charset=UTF-8"
Add Header values
Add pass-thru values