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 Mar 8, 2021. It is now read-only.
require-scheme-with-proxy should be bouncing people out to HTTPS as soon as they land, so the scheme/port coming into interactive-login-redirect should already be "correct". util/original-url is what's actually touching the scheme/port, and it (ostensibly, skimming it now) has support for properly tracking SSL, etc., so it shouldn't downgrade anyone to HTTP. (…unless heroku isn't sending x-forwarded-proto headers anymore?)
I'm using the
require-scheme-with-proxy
on heroku, and this function looks like it tries to redirect to port 80:Probably just a matter of building the URL slightly more carefully.
The text was updated successfully, but these errors were encountered: