Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.decodo.com/llms.txt

Use this file to discover all available pages before exploring further.

In addition to facilitating GET requests, Site Unblocker also enables you to utilize POST requests to a web endpoint of your preference. This functionality allows you to send data to a specific website, resulting in a modified response from the target.
When sending a body with a POST request, the correct Content-Type header should be provided.
curl -X POST -k -v -x unblock.decodo.com:60000 'http://httpbin.org/post' \
     -U 'USERNAME:PASSWORD' \
     -H 'Content-Type: application/json'
     -d '{"foo": "bar"}'

Support

Need help or just want to say hello? Our support is available 24/7.
You can also reach us anytime via email at support@decodo.com.

Feedback

Can’t find what you’re looking for? Request an article!
Have feedback? Share your thoughts on how we can improve.