Open
Description
I am working with an application that sometimes sends a 100 status code response before sending the final 200 response code. The coroot agent captures the 100 status code in the trace data but ignores the 200 response code. RFC9110 states that 1xx responses are interim responses that should be followed be a final response. Based on this I think it would be more appropriate to capture both responses or the final response.
RFC9110:
15.2. Informational 1xx
The 1xx (Informational) class of status code indicates an interim response for communicating connection status or request progress prior to completing the requested action and sending a final response.
https://www.rfc-editor.org/rfc/rfc9110.html#name-informational-1xx
Metadata
Metadata
Assignees
Labels
No labels