Header
You can add any additional header information you need to the request. We support both standard and custom headers.
Example
To add a User-Agent
and a custom header Your-Header
:
curl -x -k unblock.abcproxy.com:17610 -U "USERNAME-zone-unblock-region-US:PASSWORD" -H "X-Abc-Render:html" -H "X-User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" -H "Your-Header:header-information" "https://docs.abcproxy.com"
Last updated