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
As an anonymous Submitter
When I let my Session expire
And I click here
And for some reason (time/server things) my CSRF token has become invalid
I do get the first login step
But clicking "Start formulier" does not start the submission, nor gives me feedback.
Analysis:
Backend correctly reponds with a 403 the POST:
{
"type": "http://127.0.0.1:8000/fouten/PermissionDenied/",
"code": "permission_denied",
"title": "You do not have permission to perform this action.",
"status": 403,
"detail": "CSRF Failed: CSRF token missing or incorrect.",
"instance": "urn:uuid:45c5dc8b-8240-4f3f-8553-94de91c5e995"
}
As an anonymous Submitter
When I let my Session expire
And I click here
And for some reason (time/server things) my CSRF token has become invalid
I do get the first login step
But clicking "Start formulier" does not start the submission, nor gives me feedback.
Analysis:
Backend correctly reponds with a 403 the POST:
because the POST request contained these headers
and these tokens are not the same.
A refresh of the page resolves the issue.
Probably not related to open-formulieren/open-forms#2291
The text was updated successfully, but these errors were encountered: