-
Notifications
You must be signed in to change notification settings - Fork 340
Open
Description
I have this curl request
curl -x "http://proxy-server.com:8001" -k "https://httpbin.org/ip"
The curl request is actually going through the proxy server and I'm getting at each hit a new ip address.
But when I try with HTTPoison it's not working as expected.
I tried these codes
HTTPoison.get!("https://www.httpbin.org/ip", [], [proxy: {"http://proxy-server.com"}])
HTTPoison.get!("https://www.httpbin.org/ip", [], [{:proxy, "http://proxy-server.com"}])
What am I doing wrong ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels