I'm using the chrome rest client to test the api calls.
A GET request is working fine but while making a POST
request , getting 403 hidden
response.
description is
CSRF verification failed. Request aborted
I'm setting as Content-Type=application/json
.
One way would be to use @csrf_extempt, but seems to be good choice.
How to resolve above issue ?