ritwickdey / live-server-web-extension

It makes your existing server live. This is a browser extension that helps you to live reload feature for dynamic content (PHP, Node.js, ASP.NET -- Whatever, it doesn't matter)
https://chrome.google.com/webstore/detail/live-server-web-extension/fiegdmejfepffgpnejdinekhfieaogmj/
MIT License
808 stars 342 forks source link

Port 80 in the Actual Server Address. #11

Open Mikael-Sundstrom opened 6 years ago

Mikael-Sundstrom commented 6 years ago

I'm thinking about: #6, and the port 80. It will not work if you write http://localhost:80/workspace in the Actual Servers Address. I removed the port 80 in the documentation for the time being, both in image and FAQs.

I think it would be a better illustration to show the port in the documentation, but the risk is that more people have problems with port 80.

The best would be that the Actual Servers Address will work with both of the following variants to avoid managing errors from users.

Another thing may be to use regex to remove port 80 when you click the Apply button.