JCurl icon indicating copy to clipboard operation
JCurl copied to clipboard

Add support for proxy authentication

Open jamespo opened this issue 5 years ago • 3 comments

-x http://user:pass@proxy/ doesn't seem to be supported - any other way of doing it?

jamespo avatar Oct 29 '19 13:10 jamespo

Try using env variables http_proxy and https_proxy.

On Tue, Oct 29, 2019, 6:41 AM J.P [email protected] wrote:

-x http://user:pass@proxy/ doesn't seem to be supported - any other way of doing it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/symphonyoss/JCurl/issues/32?email_source=notifications&email_token=AAE5VTMY7XIEMJ6AU35VE2TQRA4QPA5CNFSM4JGIXNRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HVB4F2Q, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE5VTIZWS6W7TVVLEX4IETQRA4QPANCNFSM4JGIXNRA .

openfly avatar Oct 30 '19 01:10 openfly

They don't help unfortunately.

But I manually added the Proxy-Authorization header and that works.

jamespo avatar Oct 30 '19 10:10 jamespo

@jamespo Good catch. I'll reopen and add this to a to-do list.

ldrozdz avatar Oct 31 '19 10:10 ldrozdz