Install SAML tracer and login to a service using SAML. SAML-tracer on Chrome Web Store
In the SAML tracer window, noticed the http GET and POST messages appear in different colors, including the GET messages for SAML. Example: green, gold/yellow gray, red.
What does a red text mean? What do the different colors indicate?
I couldn't find this documented anywhere either, so I dug into the extension's source and CSS. Grey is the default colour, and it seems to only be used for requests which have not received a response from the network: either because they're still in transit, or because the request was handled by the browser's cache. All of the other possible colours are based on the HTTP status code of the response:
It would be nice if there was a colour distinction between client- and server-side errors, but you can click on the request and see the actual status code from the response headers.