Is there a way to access the http request IE made when the page is already loaded. For instance, I have an application that is opening a browser window. I want to scrape the page, but would like to get the entire http request for that page (not just the URL).
I have downloaded the developer tools, but don't see anything in there for the request.
Thanks.