Example Request
curl -k -x username:password@unblocker.netnut.io:5959 https://myip.netnut.io<!DOCTYPE html>
<body>
172.56.64.121
</body>
</html>
Last updated
Here is an example query.
In this example we send a simple query to access https://myip.netnut.io using the Website Unblocker without custom options:
curl -k -x username:password@unblocker.netnut.io:5959 https://myip.netnut.ioUpon successful execution, the response will return the HTML content of https://myip.netnut.io/ like so:
<!DOCTYPE html>
<body>
172.56.64.121
</body>
</html>
Last updated
