What are the differences between application/json and application/x-www-form-urlencoded?

What is the difference between

request.ContentType = "application/json; charset=utf-8";

and

request.ContentType = "application/x-www-form-urlencoded";

3 Answers
3

Leave a Comment