We are trying to figure out how something works on the Internet (for web cleaning / automation) and a pop-up window appears on one of the web pages we work on to do some of the work. One of our most commonly used debugging tools is the Chrome Network tab in the Developer Tools, click “record”, do some things, and then examine what has been done and then repeat the work done “offline”.
However, the developer tools (in Chrome, Safari and Firefox - all work the same way) do not follow the prompts through the pop-up window, even if you click "record."
Is there some kind of configuration value that I am missing, or some way to record all network events? We cannot use tcpdump / wireshark for this, because all this is done via SSL. One of the options that we examined is the https "man in the middle" proxy server, but I cannot find anything written beforehand, so we have to create it ourselves.
source share