Postman Chrome: What is the difference between form-data, x-www-form-urlencoded and raw

I am using the Postman Chrome extension for testing a web service.

There are three options available for data input.

I guess the raw is for sending JSON.

What is the difference between the other two, form-data and x-www-form-urlencoded?

5 Answers
5

Leave a Comment