• April 29, 2024

Http 1_1 407 Proxy Authentication Required Curl

curl through authenticated proxy and authenticated http resource I want to do a post (twitter in this case) with a oneliner. If I don’t have proxy curl -u user:pass -d status=”message” works perfectly. But when I am behind a authenticated proxy it doesn’t. I had tryied: curl -X proxy:port -U…

Read More