RedirectMeTo →
A simple universal redirector. Append a target URL to the domain and you'll be forwarded there (HTTP 307, including all query parameters).
How it works
https://redirectmeto.thiko.de/https://localhost:3000/oauth/callback?code=123
- redirects to
https://localhost:3000/oauth/callback?code=123 - HTTPS-to-HTTP redirects work — handy for OAuth on
localhost - all query parameters are preserved