E enderz New member Jan 13, 2009 727 2 0 Oct 11, 2010 #1 Is it possible to use curl with private proxies (using username and password)? IF so, anyone knows how to implement it? Thanks...
Is it possible to use curl with private proxies (using username and password)? IF so, anyone knows how to implement it? Thanks...
I Insomniac New member Mar 3, 2007 1,322 44 0 Oct 11, 2010 #2 Seriously dude, RTFM PHP: curl_setopt - Manual CURLOPT_PROXYAUTH The HTTP authentication method(s) to use for the proxy connection. Use the same bitmasks as described in CURLOPT_HTTPAUTH. For proxy authentication, only CURLAUTH_BASIC and CURLAUTH_NTLM are currently supported.
Seriously dude, RTFM PHP: curl_setopt - Manual CURLOPT_PROXYAUTH The HTTP authentication method(s) to use for the proxy connection. Use the same bitmasks as described in CURLOPT_HTTPAUTH. For proxy authentication, only CURLAUTH_BASIC and CURLAUTH_NTLM are currently supported.
E enderz New member Jan 13, 2009 727 2 0 Oct 11, 2010 #3 Thanks!!! It did it... Insomniac said: Seriously dude, RTFM Click to expand... Hmm... read it, Im probably going blind
Thanks!!! It did it... Insomniac said: Seriously dude, RTFM Click to expand... Hmm... read it, Im probably going blind