Question

Is it a bad practice to serve JS (static content basically - css, js and images) on port 8080 instead of HTTP (80)? If so, why? If not, are there any advantages at all?

Was it helpful?

Solution

80 is the standard http port and mostly all firewalls are configured to allow traffic to this port. Any other port may need specific port privileges configured in firewall.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top