Table of Contents
About
The HTTP
417 Expectation Failed
client error response
status code
indicates that the expectation given in the request’s
Expect header
could not be met. After receiving a 417
response
, a client
should
repeat the request without an Expect request header
, including the
file
in the request body without waiting for a 100
response1.
Anki
Links
References
MDN. “417 Expectation Failed”. Available at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/417 . (Accessed: ). ↩︎