You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
Shortened urls are often used for tracking purposes, a nice feature could be something that unrolls them and replies in a thread to give users the option of which link.
Most cases should be doable via a GET to the url without following redirects and grabbing the Location header (or url if the framework exposes it)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Shortened urls are often used for tracking purposes, a nice feature could be something that unrolls them and replies in a thread to give users the option of which link.
Most cases should be doable via a GET to the url without following redirects and grabbing the
Location
header (or url if the framework exposes it)The text was updated successfully, but these errors were encountered: