>> try both "localhost:8888" and "127.0.0.1:8888" as "localhost" is most of =
>the case !=3D 127.0.0.1 (do you read me, Worst-developer? ;)

>Why would localhost !=3D 127.0.0.1?

for me "localhost" is "192.168.2.1", my inferface's IP
and 127.0.0.1 is only "virtual loopback" without a "real" inferface

and if it binds to 192.168.2.1 (localhost) it's (of course and correctly) not 
accessible at 127.0.0.1 and vice versa

you can bind to three interfaces:
- localhost
- loopback
- (all)
which all three indicate different interfaces




Reply via email to