Skip to content

Making requests with Web Unblocker

Port: 9000. Take your exact username, password and host from Web Unblocker → Proxy Access in the dashboard.

Your Web Unblocker username is your base proxy username with -wu appended.

Terminal window
curl -x USERNAME-wu:PASSWORD@YOUR_HOST:9000 https://example.com

Append -country- to the password, the same grammar the proxy products use.

Terminal window
curl -x USERNAME-wu:PASSWORD-country-US@YOUR_HOST:9000 https://example.com

Country is the only targeting option here. City, ZIP, ASN and device OS are residential-pool features and have no meaning when we are choosing the exit for you.

Username and password only. IP whitelisting is not supported, because the connection is terminated and re-originated rather than relayed.

We may render the page and retry it several times before answering. Requests can take tens of seconds, and most default HTTP client timeouts are far shorter than that.

Set at least 120 seconds. A client that gives up early fails a request that was about to succeed, and the work is still billed.

Web Unblocker already retries internally. Wrapping it in your own aggressive retry loop multiplies the work and the cost without improving the outcome.

If a target fails consistently, that is a signal to ask support rather than to retry harder.

Was this page helpful?