We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The first request after opening the app for the second time /users/status/ids returns 401 saying it's messing CSRF header.
/users/status/ids
CSRF
"ExperimentalStrictCSRFEnforcement": true
No logout should happen
The user gets an immediate logout from the server
Upon debugging the app locally we observed that there seems to be an issue with retrieving the CSRF token from cookies when reopening the app
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
The first request after opening the app for the second time
/users/status/ids
returns 401 saying it's messingCSRF
header.Environment Information
"ExperimentalStrictCSRFEnforcement": true
Steps to reproduce
"ExperimentalStrictCSRFEnforcement": true
on the server (ours is 9.5.6)Expected behavior
No logout should happen
Observed behavior (that appears unintentional)
The user gets an immediate logout from the server
Further details
Upon debugging the app locally we observed that there seems to be an issue with retrieving the CSRF token from cookies when reopening the app
The text was updated successfully, but these errors were encountered: