I have created a short url, let say https://my.short.link/foo, that is pointing to https://my.other.website/bar. How can I retrieve this url with a javascript method inside the browser? (I’m using angular) Answer It will depend on how my.short.link handles processing the URL when you request it. Type 1: A really basic service might use a redirection response (HTTP 302, etc). Type