Is there a way to access IE's HTTP request when the page is already loaded. For example, I have an application that opens a browser window. I want to clear the page, but would like to receive the entire HTTP request for this page (and not just for the URL).
I downloaded the developer tools, but I see nothing there for the request.
Thanks.
source
share