webserver - Why does chrome web server take too long to respond? -


when try go web server chrome in google chrome, says takes long respond. using localhost work, own ip doesn't. need able own ip want use airconsole developer simulator

does know how can work?

by default, web server chrome listens on loopback address (127.0.0.1). listen on lan address, check checkbox says accessible on local network stop , start server again using switch @ top.

checkbox

you should see lan address in web server url(s) list now.

enter image description here


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -