POST requests

Send POST requests through Web Unblocker to submit data to target websites. See how to format and send POST data with code examples.

Web Unblockerarrow-up-right 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 https://unblock.oxylabs.io:60000 \
-U 'USERNAME:PASSWORD' \
'https://ip.oxylabs.io/location' \
-d 'Your POST JSON: data'

Was this helpful?