Can a client retry a request after receiving a 100 Continue?

Responsive Ad Header

Question

Grade: Education Subject: Support
Can a client retry a request after receiving a 100 Continue?
Asked by:
60 Viewed 60 Answers

Answer (60)

Best Answer
(262)
Yes, a client should typically retry the request after receiving a 100 Continue. The server might still be fetching data or performing other operations needed to fulfill the original request. Retrying ensures the client eventually receives the complete response.