Which browsers send the expect: 100-continue header?

后端 未结 1 1407
既然无缘
既然无缘 2020-12-29 05:31

The HTTP/1.1 spec allows for clients to send an Expect: 100-continue header for large request payloads (8.2.3 Use of the 100 (Continue) Status - Hypertext Transfer Protocol

相关标签:
1条回答
  • 2020-12-29 05:51

    I know that curl does this for every post request. Was just running over that some time ago.

    I also tested that in conjunction with PHP in "How can I stop cURL from using 100 Continue?".

    0 讨论(0)
提交回复
热议问题