Invalid Content Type
You have sent a POST request however you haven’t set the Content Type to application/x-www-form-urlencoded
Possible Causes
- You have sent a POST request however haven’t set the Content Type correctly so no POST parameters are passed in
Possible Solutions
- Please make sure that the Content Type is set to application/x-www-form-urlencoded. You can do this by adding the following header:
Content-Type: application/x-www-form-urlencoded