Custom Headers
Set custom HTTP headers to modify how the target page behaves or responds.Basic usage
bash
Multiple headers
bash
Common use cases
| Use case | Example header |
|---|---|
| Language preference | Accept-Language: en-US |
| Content negotiation | Accept: application/json |
| Custom authentication | Authorization: Bearer token |
| Geographic targeting | X-Forwarded-For: 1.2.3.4 |
Parameters
| Parameter | Type | Description |
|---|---|---|
customHeaders | string | JSON object of HTTP headers |
See also
- Custom User Agent - Set custom user agent
- Custom Cookies - Set custom cookies