Y
Hacker News
new
|
ask
|
show
|
jobs
by
Dylan16807
4449 days ago
How does lack of IP turn into a 404?
1 comments
enduser
4449 days ago
If you are running a web server on your own computer that does not have a resource at that URI. 0.0.0.0 is a magic number that means any local network interface.
link