mardi 24 mars 2015

How to send csrf token via postman

I have created the backend with spring boot where there is a need for csrf token.I am trying to test my api using postman.When i tried to call my api I am getting this error message



{
"timestamp": 1427179894398,
"status": 403,
"error": "Forbidden",
"message": "Expected CSRF token not found. Has your session expired?",
"path": "/xxxx"
}


So my question is how to solve this issue.Thanks in advance.


Aucun commentaire:

Enregistrer un commentaire