Come into use

Integrating a web unlocker is not difficult, especially if you've used a normal agent for web crawling before. The only difference is that we ask you to ignore the SSL certificate, which uses the -k or --insecure curl flag (or a similar expression in your programming language of choice).

To send a request through a web unlocker, you need to use the [Private domain name]:5950 proxy endpoint. See the following cURL example.

curl -k -x [Private domain name]:5950 -U "USERNAME:PASSWORD" https://ipinfo.io

Last updated