Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When accessed over HTTP (non-TLS), the redirect should be a 308, not a 302. #289

Open
alercah opened this issue Jan 4, 2017 · 0 comments

Comments

@alercah
Copy link

alercah commented Jan 4, 2017

When LUCI is accessed over HTTP rather than HTTPS, the Cloud Platform API gateway produces a 302 redirect, which causes some clients to change a POST to a GET and thereby destroy the effectiveness of the redirect. An HTTP 308 redirect would be preferred since it instructs the client not to change request methods. This is not fixable currently since this is not under LUCI's control, but is being reported to ensure that the matter is not lost going forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants
@alercah and others