I have a webspace on a free hosting platform. The latter doesn't allow server-to-server connections to a port different from 80 in php scripts. I need to connect to another website on a port different from 80 using php Curl libraries, but obviusly it doesn't work, my host blocks the connection. Is there a method to bypass this limitation?
Asked
Active
Viewed 98 times
2
-
You will need to use a Internet proxy (CURLOPT_PROXY). – rogeriolino Dec 05 '16 at 19:17
1 Answers
0
Sounds like it's a firewall limitation and you can only ask your hosting company for specific permission.
But if you have control over another website, you can send request to it's 80 and route to port xx.

Alparslan
- 54
- 6