http_options
Send an HTTP OPTIONS request to retrieve allowed methods and headers for a specified URL.
Instructions
Make an HTTP OPTIONS request to retrieve options for 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 |