Hey everyone,
Sooo, I’ve been trying to figure out this whole curl proxy thing for like an hour now, and I’m kinda stuck. 😅 I need to route my curl requests through a proxy, but no matter what I do, it’s either timing out or just not working.
I’ve tried the basic `-x` flag with my proxy URL, like:
`curl -x http://myproxy:port http://example.com`
But nada. Am I missing something? Do I need to add auth or something?
Also, does anyone know if there’s a way to set a curl proxy globally so I don’t have to type it every time? That’d be a lifesaver.
Thanks in advance, y’all! 🙏
Sooo, I’ve been trying to figure out this whole curl proxy thing for like an hour now, and I’m kinda stuck. 😅 I need to route my curl requests through a proxy, but no matter what I do, it’s either timing out or just not working.
I’ve tried the basic `-x` flag with my proxy URL, like:
`curl -x http://myproxy:port http://example.com`
But nada. Am I missing something? Do I need to add auth or something?
Also, does anyone know if there’s a way to set a curl proxy globally so I don’t have to type it every time? That’d be a lifesaver.
Thanks in advance, y’all! 🙏
