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
Its working fine for every request, except the forms which have a file upload field and enctype="multipart/form-data". The following message is logged on the console "error:required token is missing from the request".
It seems that this is a known issue, but how can it be avoided using the latest version of OWASP CSRF Guard?
Is embedding a token as a query parameter at the end of the form action the only solution?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Its working fine for every request, except the forms which have a file upload field and enctype="multipart/form-data". The following message is logged on the console "error:required token is missing from the request".
It seems that this is a known issue, but how can it be avoided using the latest version of OWASP CSRF Guard?
Is embedding a token as a query parameter at the end of the form action the only solution?
Beta Was this translation helpful? Give feedback.
All reactions