问题
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