Skip to main content

How do I send a request using the Web Unblocker?

Written by Justin
Updated this week

Once you access Web Unblocker, you can generate requests and add them directly to your scripts, tools, or automation workflows. There’s no need to set up rotation, retries, proxy lists, or CAPTCHA solvers - it handles it automatically.

Simply copy the request example from your dashboard, paste it into your script, scraper, or tool, and you’re ready to go. Web Unblocker will automatically rotate IPs, retry failures, and bypass blocks.

Here’s a cURL example:

curl -k -v -x http://unblocker.iproyal.com:12323 --proxy-user username:password -L https://ipv4.icanhazip.com 

To use the Web Unblocker, you must disable HTTPS certificate verification in cURL.

See our documentation for more information.

Did this answer your question?