this post was submitted on 31 Jan 2025
84 points (98.8% liked)
Firefox
18336 readers
153 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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
Yeah I'm familiar with that part, I just meant in context of a browser being able to connect to it.
If I were implementing it, I'd just list all interfaces on the machine and see if there's a service bound to it on the given port. There's probably only one, but it's technically undefined behavior I think.