http_trace
Send an HTTP TRACE request to a specified URL to diagnose network paths and proxy behavior, revealing how the server responds to trace requests.
Instructions
Make an HTTP TRACE request for diagnostic tracing of the specified URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to send the request to | |
| auth | No | Authentication credentials | |
| proxy | No | Proxy to use for the request | |
| query | No | Query parameters as [[key, value], ...] | |
| cookies | No | Cookies to include in the request | |
| headers | No | Headers to include in the request | |
| basic_auth | No | Basic auth credentials as [username, password] | |
| bearer_auth | No | Bearer token for authentication | |
| max_redirects | No | Maximum number of redirects to follow | |
| allow_redirects | No | Whether to follow redirects | |
| force_store_response_content | No | Force storing response content regardless of size |