Error: Unsupported Media Type

  • 28 March 2017
  • 1 reply
  • 12 views

Badge +1

I'm using Nintex Workflow 2013 (3.1.9.0). When I try to call custom Rest API through 'Web Request', getting error "Request failed with status: Unsupported Media Type" even it has correct Content-Type (application/json). But the request is fine with Postman. Is this related to "Web Request method fails to call custom API while fiddler is working (49076)” bug? Because when I try this request with Nintex workflow 2013 (3.2.1.0) in my local environment, it works fine.


1 reply

Badge +1

Solved the problem:

Some reason when I add headers from "GET" it won't read it properly. I have changed the request to "POST" and changed the "Content-type" and changed it back to "GET". Now it is working fine. Not sure why.

Reply