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 Reply

Your email address will not be published. Required fields are marked *