We have a web service that will not be available to users. That is, only by:
- Javascript from browser
- Mobile apps (iPhone and Android)
- Other servers
The question is: is it ok to use some kind of user port for this (e.g. 8080), or should we use only 80 ports (so the URL will not contain the port number).
What are the pros and cons? Are there any reasons why the option with custom ports is unacceptable?
source
share