lwsjs / local-web-server

A lean, modular web server for rapid full-stack development.
MIT License
1.21k stars 85 forks source link

Server says: level_15 or view access #16

Closed karthick-manoharan closed 9 years ago

karthick-manoharan commented 9 years ago

When tried to access the test page in my mobile. A popup shows with the message

Authentication Required
The server at http://xxx.xx.x.x:80 requires a user name and password.
The server says level_15 or view_access

What to change in configuration setting to avoid this login?

75lb commented 9 years ago

Odd.. do you get this when serving all files, or just particular files? On 25 May 2015 14:46, "smk" notifications@github.com wrote:

When tried to access the test page in my mobile. A popup shows with the message

Authentication Required The server at http://xxx.xx.x.x:80 requires a user name and password. The server says level_15 or view_access

What to change in configuration setting to avoid this login?

— Reply to this email directly or view it on GitHub https://github.com/75lb/local-web-server/issues/16.

karthick-manoharan commented 9 years ago

For eveything. Authentication popup is the first thing shows up.

When tried with port number webpage not available shows. When tried without port number Authentication popup shows up.

Am i missing something here?

75lb commented 9 years ago

i can't reproduce this.. i think you are accessing the wrong web server.. the default port of local-web-server is 8000, but in your example above you are hitting port 80.