Custom Cookies

Add your own cookies to a request and get customised results.

Custom cookies are treated just as custom headers. In order to add your own cookie to the request, simply pass the name and value to the WSA-Cookie custom header when you send your request.

Web Stealth Proxy Custom Cookies Examples

curl -k -x "http://stealthproxy.webscrapingapi.com:80" -U "<YOUR-PROXY-USERNAME>:<YOUR-PROXY-PASSWORD>" -X GET "https://httpbin.org/get" --header "WSA-Cookie: SID=abcd" "

Last updated