I just want to make sure which browsers send the Expect: 100-Continue header? So that until the server responds with a 100 Continue HTTP status, no data should be sent.
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
|
|
||||
closed as not a real question by Stephen Ostermiller, Anagio, Su', bybe, John Conde♦ Mar 9 at 16:27
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
Expect:header with a value of100-Continue, the server then responds with an HTTP status code of100 Continueif applicable. I don't think any browser sends this header automatically, this is down to your code - IMHO. – w3d Mar 2 at 18:00