Custom Headers

Custom Headers

To get customized results, you may want your requests to pass through custom headers (like cookies, agents, etc). To maintain primary request headers, have keep_headers=true. We handle blocks internally, therefore, use this feature only when you require customized results.

Sample Code

curl --header "X-MyHeader: abc" -d "key=YOUR_API_KEY&url=http://httpbin.org/ip&method=GET&keep_headers=true" 
-X POST "https://api.syphoon.com"

Result

{
    "origin": "assigned_ip_address"
}