I was looking around on this question, when I found this comment.
My home is 127.1.2.3, ha! In fact everything that starts with "127." resolves to the local host. – TToni Jan 27 '11 at 23:30
I tried this by going to http://127.1.2.3 and http://127.174.199.127 and other random URLs that all lead to http://localhost
Except for one of them: http://127.0.0.0
After waiting some time I get
This site can’t be reached
127.0.0.0 took too long to respond.
Error Code: ERR_CONNECTION_TIMED_OUT
What is special about http://127.0.0.0 that it can't be reached?
Another thing: something similar occurs with http://127.255.255.255
This site can’t be reached
The webpage at http://127.255.255.255/ might be temporarily down or it may have moved permanently to a new web address.
Error Code: ERR_ADDRESS_INVALID
Note: this happens immediately, meaning no waiting for about 10-15 seconds
question from:https://stackoverflow.com/questions/65925026/127-x-y-z-but-not-127-0-0-0