Question
Can a client retry a request after receiving a 100 Continue?
Asked by: USER8423
60 Viewed
60 Answers
Answer (60)
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.