How to hide port number in a url

别来无恙 提交于 2020-06-29 05:25:11

问题


I have run an application on a cloud server..i am accessing the url https://xx.xx.xx.xx:5004/double/request with a public Ip. Can it be possible to access the url https://xx.xx.xx.xx/double/request(Without port number)


回答1:


Default port for HTTPS is 443. So you can just change your port to 443 and will be able to use https://xx.xx.xx.xx/double/request

More infos about port number : See this Question.




回答2:


What about using of services that short url: e.g. tiny.ly?



来源:https://stackoverflow.com/questions/56422403/how-to-hide-port-number-in-a-url

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!