SyntaxFix
Write A Post
Hire A Developer
Questions
we can change Content-type like this in $.post
$.post(url,data, function (data, status, xhr) { xhr.setRequestHeader("Content-type", "application/x-www-form-urlencoded; charset=utf-8");});