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
I thought I hit the same issue recently while using Crumb in restful: true mode. Then realised I wasn't passing the csrf token header in the request & all was good.
Support plan
Context
What are you trying to achieve or the steps to reproduce?
The front end is passing correctly the crumb token, the crumb token is stored inside the cookie.
Crumb plugin registry:
The proxy sent down the date as a Stream format; In the below code because the content is of type
Stream
the request is forbidden.This is my proxy
Tried to change the option to be payload: 'data' with no luck
What was the result you got?
500 Internal Server Error
What result did you expect?
200 OK
The text was updated successfully, but these errors were encountered: