Postman request with body Form data to json

ValRob picture ValRob · Apr 5, 2018 · Viewed 37.8k times · Source

I have a problem with postman...

For one side, I can make this request with the body in form data. enter image description here

But, when I try to send the same request with the body in raw(json) I got this:

enter image description here

I am trying to send the data via Angular 5 to a Drupal 8 Backend.

Thanks!

Answer

Leandro Soriano picture Leandro Soriano · Apr 5, 2018

Try adding to the Headers the Content-Type: application/json

enter image description here