HTTP Headers & Configurations
Inject custom HTTP headers, user-agents, languages, and remote server authentication credentials.
user_agent
text
Default: ""
Set to your preferred User-Agent header string.
accept_language
text
Default: "en-US"
Set to your preferred Accept-Language header string.
accept_encoding
text
Default: "utf-8"
Set to your preferred text encoding string.
auth_user
text
Default: ""
Username value for accessing password protected content.
auth_password
text
Default: ""
Password value for accessing password protected content.
http_headers
code
Default: "{
"X-Custom-Header": "MyValue"
}"
JSON object with key and value of http headers that will be sent to the URL source.