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
?
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
?