开发者

cURL ports not open - any viable alternative?

开发者 https://www.devze.com 2023-01-20 22:54 出处:网络
I have a client hosted with GoDaddy - but they\'re quite restrictive with their service and don\'t allow very many ports to be open.

I have a client hosted with GoDaddy - but they're quite restrictive with their service and don't allow very many ports to be open.

开发者_StackOverflow中文版

I have a script that needs to communicate on an arbitrary port (1129) via cURL but of course GoDaddy won't have any of it. Is there any alternative that I can implement to still confer with the target source on port 1129 but bypass the need (at least on the server's end) to use port 1129?


You could use an SSH tunnel.


I guess you could use sockets but on the other hand GoDaddy may not allow that also. Changing the hosting company might be the only solution.

0

精彩评论

暂无评论...
验证码 换一张
取 消