Data
The URL of the page where the WAF challenge is located.Example:
https://mune.rs/The
Defaults to:
User-Agent we must use for the requests.Defaults to:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36We support:
- Chrome (Windows, macOS, Linux, iOS & Android)
- Firefox (Windows, macOS, Linux, iOS & Android)
- Safari (macOS, iOS) // Tested only on Safari 26
The HTML body of the challenge you’ve encountered.
If this is not sent, API will automatically try to retrieve the challenge from the URL.
If this is not sent, API will automatically try to retrieve the challenge from the URL.
The response you send us must have the header
Cf-Mitigated: challenge.Proxy to use for solving the challenge.Format:
<http|socks5>://[username:password@]host[:port]Example: http://user:pass@192.168.1.1: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