Hacker News new | ask | show | jobs
by gregable 1049 days ago
The amp version gets around the length by hashing the hostname if it's too long:

https://amp.dev/documentation/guides-and-tutorials/learn/amp...

1 comments

Interesting, but that means they have to store the hostname somewhere.
It's repeated in the URL path, not just the hostname.
Ah, I see!