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)
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.
http://localhost/workspace
http://localhost:80/workspace
Another thing may be to use regex to remove port 80 when you click the Apply button.
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.
http://localhost/workspace
http://localhost:80/workspace
Another thing may be to use regex to remove port 80 when you click the Apply button.