-
Notifications
You must be signed in to change notification settings - Fork 2
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
CSRF token sometimes invalid until refresh #1232
Comments
My hunch is that this is a client-side issue around redirect handling. I've looked into the CSRF handling a little for the UI development proxy; I'm not sure if this is the issue, but it might be a good place to start: Currently AFAIK the token is embedded in the HTML page, and then used in the client-side code. |
Also, the user-visible failure mode can be "This looks like it worked, but when you go to a different page and go back, your edits actually had no effect. Psych!" |
We haven't seen this issue for 11 days after #1380, closing. Do re-open if needed. |
I just visited https://cloud.weave.works/ and POSTs to /api/metrics were failing with HTTP400 due to CSRF token validation.
A refresh fixed it, but is obviously non-ideal.
The text was updated successfully, but these errors were encountered: