How to handle “100 continue” HTTP message?
I know this is old, but here is my understanding of “100 Continue” Your server is supposed to validate the request based on header alone from the client i.e. if the request is invalid, don’t send “100 Continue” but actual http error instead e.g. 403. This should prevent the client from posting the data which … Read more