In chrome dev tools, how do i see all elements of a request, specifically the working of the Ntlm challenge?
Ex. If i do a GET to a URL and the server issues a NTLM challenge, there are multiple requests and responses - the initial challenge, the response to it and the re-run of the original request with the Authorization header.
What i see in chrome is only the final element, the final request with the auth header added (if auth worked of course).
I'm able to capture the whole cycle via Fiddler or looking at the server. Just want to know if there's a way to see it via dev tools in Chrome (or any other browser), a view or setting i'm missing?