I'm trying to use cURL with the proxy setting, which was working fine before I changed my password to use the @ sign.
This is how I define the proxy:
curl_setopt($curl, CURLOPT_PROXY, "http://test:test@test@10.20.5.15:90");
Is there any way to use a proxy pass with the @ sign (in my case the password is test@test) and get cURL to work?