POST requests

Web Unblocker not only supports sending GET requests but also lets you POST to a web endpoint of your choice. You can send data to a target website, making it return a different result.

Code examples

curl -k -v -x unblock.oxylabs.io:60000 \
-X POST \
-U "user:pass1" "https://ip.oxylabs.io/location" \
-d "Some Content"

Last updated