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