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
This is indeed very important ! I actually disabled the CSRF security provider, as far as I can remember, since w̷h̷e̷n̷ ̷u̷s̷i̷n̷g̷ ̷m̷o̷b̷i̷l̷e̷ the CSRF Token must be explicitly sent as a Request-Header field.
... but pretty much all calls we do are "in the background, so we need to set the CSRF token, but try it to see whether it is actually needed to set the token manually or sent by POST request, i might be confusing different Laravel versions :o
Secure all relevant routes with csrf token
The text was updated successfully, but these errors were encountered: