The only answer found online is to manually specify the proxy address
<code>curl_setopt($ch, CURLOPT_PROXY, '202.95.141.129:8080'); </code>
So, is there a way for PHP to obtain the proxy settings of IE?
The only answer found online is to manually specify the proxy address
<code>curl_setopt($ch, CURLOPT_PROXY, '202.95.141.129:8080'); </code>
So, is there a way for PHP to obtain the proxy settings of IE?
This...are you running PHP on this machine with IE proxy settings? I can only think of implementing it through a special php extension library. Can you talk about the specific business scenario?