|
|
|
|
|
by dragonwriter
4402 days ago
|
|
> The server might not know the long URL since all that t.co knows about is the slate.me URL The server at t.co could send a request (HEAD works) to slate.me, and follow up any redirects it gets to resolve the final URL. (This could be done just by following until no more redirects, or only sending requests to known URL shorteners -- there's advantages and disadvantages to both) -- and you don't need any new HTTP verbs to do it. |
|