I just wish they’d stop blocking http requests on lan addresses honestly.
Thanks for the suggestions. While I was investigating I ended up looking and had a proxy issue. Obviously a problem on my part.
What is the use case for 0.0.0.0
Just in case you want to do nothing, nowhere in particular.
0.0.0.0 binds to all addresses on the machine for servers, but I don’t know what a browser would do when trying to resolve it. I guess look at all addresses on the machine and see if anything has bound to the indicated port on that address? First one it finds wins?
I didn’t even realize 0.0.0.0 was a valid address to enter into a browser! TIL.
On Linux it is just a catch all address (listen on all interfaces)
Elsewhere it doesn’t do anything since I don’t believe it is part of the networking standards