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.
Page 1 / 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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.