Hacker News new | ask | show | jobs
by Uptrenda 1373 days ago
Is there any good reason to support this notation for URLs? Do you think this format would be faster to parse than regular IPs?
2 comments

Its been around since like 1996 at least, likely earlier.

Its A.B.C.D with A255^3 + B255^2 + C255^1 + D255^0.

Used to get around filters a long time ago but broke as most sites host multiple domains and it needs your browsers 'hostname' it sends it as part of the request to actually return the right site/page.

the 255s should be 256.
Thanks. Problem with magic numbers is they change in memory long past.
Nah, pretty sure it's pure netops wankery. I like it though.