headers
parameter to send custom HTTP headers and cookies with your request. This is useful when the target website requires specific headers (like User-Agent
, Referer
, or Cookie
) to return the expected content.
Accept-Encoding
), it may impact response parsingUser-Agent
Cookie
headersAuthorization
headers to access gated contentAccept-Language: fr-FR
)headers
parameter is a JSON object with header names and values.
Cookie
header — multiple cookies should be in standard format: "key=value; key2=value2"