Data
The URL of the page where the WAF challenge is located.Example:
https://mune.rs/Proxy to use for solving the challenge.Format:
<http|socks5>://[username:password@]ip[:port]Example: http://user:[email protected]:8080Data Example
Solution Parameters
The WAF clearance cookie value.Cookie name:
cf_clearanceAn optional Cloudflare bot management cookie value.Cookie name:
__cf_bmA token that must be appended to the
Referer header as a query parameter on your first request.Query parameter: __cf_chl_tkExamples:| Original referer | Modified referer |
|---|---|
https://mune.rs/ | https://mune.rs/?__cf_chl_tk=<cf_rt> |
https://mune.rs/?a=b | https://mune.rs/?a=b&__cf_chl_tk=<cf_rt> |
Not always required, but usually enforced on high-security sites.
Key-value pairs that must be submitted (POST request) as the body of your first request.Content-Type:
application/x-www-form-urlencodedNot always required, but usually enforced on high-security sites.
HTTP headers used during the solve process. You must use these exact headers for your subsequent requests.Includes:
user-agent, sec-ch-ua, sec-ch-ua-mobile, sec-ch-ua-platform