Amit Joshi

Amit Joshi

  • 1.5k
  • 122
  • 34.2k

Getting 417 Error for WEB API Post method.

Jan 28 2016 5:46 PM
I have developed WEB API service in .NET. In the service I have POST request which communicates Database through Entity Framework. This post method gets called from another application. A Continuous requests are sent to this request and post method gets called accordingly. I am getting below response from the service.
417 Expectation Failed The server cannot meet the requirements of the Expect request-header field
I am not getting it for each request. For some request I am getting 200 OK. 
 
 
The service is deployed on development server.

Answers (2)