Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I make the web browser log all activity, including requests, responses, cookie activity, to a log file that I can inspect?

I am debugging a session mismatch problem in a web application. There are several servers involved, and the user is passed between them while holding session tokens and cookies.

The coordinating point is the browser. I want to know in detail what actions the browser is taking, basically a client equivalent to the server log. It would be useful to know the details of the HTTP request including what headers were sent, the details of the response, and any actions the browser takes to affect the request or as a result of the response (for example, acting on a redirect).

All of the source code for the various server components is not available to me, so I cannot examine the source for clues to how the session tokens are handled. The proof is in the pudding: the browser's observed behavior would be unquestionable answer.

Because the servers involved all use SSL connections, I am afraid I cannot trace this at a packet dump level.

How can I instrument the browser (preferably IE) to log this level of request and response detail?

like image 321
Joe Koberg Avatar asked Nov 15 '25 15:11

Joe Koberg


1 Answers

Fiddler is another option

like image 195
NotMe Avatar answered Nov 18 '25 05:11

NotMe



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!