How to get the XHR request list
To obtain a list of XHR requests in the response, you will need to add thexhr with value true, for example:
Output
| Key | Description |
|---|---|
url | URL of the XHR request |
status_code | Status code returned by the HTTP response |
method | Request’s HTTP method (e.g., GET, POST) |
request_headers | A set of key-value pairs for the request headers, with cookies included |
request_payload | Payload content: this key appears only for POST, PUT, and PATCH requests |
response_headers | A set of key-value pairs for the response headers, with cookies included |
response_body | Content returned in the body of the HTTP response |
Response Example
xhr output is not supported by all Target Templates. Check the individual template documentation for compatibility.Support
Need help or just want to say hello? Our support is available 24/7.
You can also reach us anytime via email at support@decodo.com.
You can also reach us anytime via email at support@decodo.com.
Feedback
Can’t find what you’re looking for? Request an article!
Have feedback? Share your thoughts on how we can improve.
Have feedback? Share your thoughts on how we can improve.