Forum Discussion
1 Reply
- AlexKarasCommunity Hero
Hi,
This is not possible as HTTP is one-to-one protocol, i.e. one request must be followed by only one response.
While RFC 2616 mentiones http status 100 (continue), the same paper clarifies that clients must be prepared to receive status 100 and handle it appropriately (which means either sending subsequent requests or some other processing on the client).