How to register through API in Laravel ? I am getting error "Only json request are allowed with header 'Accept': 'application/json'".
How to register through API in Laravel ? I am getting error "Only json request are allowed with header 'Accept': 'application/json'".
I think I am replying too late but hope this helps.
You need to send data as this shown in image.
When sending request from within code if (using any javascript library) you need to use JSON.stringify() on body before sending request