Forward Headers
Forward your own headers without auto-generated ones
You may need to forward your own headers to the target web page you want to scrape without auto generated headers. In this case you can use forwardHeaders=True query parameter.
Result
{
"headers": {
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate, br",
"Host": "httpbin.co",
"Test-Header-Key": "TestValue",
"User-Agent": "curl/7.85.0",
"X-Amzn-Trace-Id": "Root=1-63f5d502-4fa0a57019562b1b55fed4f6"
}
}
