Reputation: 370
My production server is not able to verify the csrf token. I have added the tag for csrf in the application layout and sending it through headers. In my request call I can see the token is included. However my rails app is not able verify it.
Is there any way I can check what csrf token is my controller is expecting?
Upvotes: 2
Views: 3736