Skip to main content

How do I send a request using the Web Unblocker?

Justin avatar
Written by Justin
Updated over 2 months ago

To send a request using the Web Unblocker, you need to make a regular HTTP request via a proxy.

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?