Replies: 1 comment 3 replies
-
An HTTP request can only have one status code in its response. While it's technically possible to send more than one, most clients and libraries will only consider the first one and ignore the rest. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an application that is initially sending a 100 status code response to an HTTP request. A 200 status code is sent after the 100 but I only see the 100 status response in the Coroot traces. I need to know the latency of the 200 response and have little interest in the 100 response. Does the Coroot agent only return the first status response. If so can this be fixed to return the final response code?
Beta Was this translation helpful? Give feedback.
All reactions