When I try to use php curl on websites with a port number other than 80 I receive no reply. I have tried with the port number in the URL (http://www.website.com:8080). I have also tried with curl_setopt($ch, CURLOPT_PORT, 8080);
I'm not sure what else I can try.
I'm not sure what else I can try.