🐶 Brief
If it's Expect: 100-continue request, it means the flow we handle the data is kind of difference.
- The client will only sent the headers (including the
Expect header) and no body.
- Proxyman handles and return Code 100
- Client starts sending the body
- Proxyman handles
Ref: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/100
👑 Criteria
🐶 Brief
If it's
Expect: 100-continuerequest, it means the flow we handle the data is kind of difference.Expectheader) and no body.Ref: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/100
👑 Criteria