curl + private proxies??

enderz

New member
Jan 13, 2009
727
2
0
Is it possible to use curl with private proxies (using username and password)?

IF so, anyone knows how to implement it?

Thanks...
 


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.