I need to capture a request in IE11 Network Tab, but it is sent almost immediately after the page loads, and the page itself opens in a new tab, so by the time I have opened DevTools with F12 and then enabled Network Capturing with F5, the request has already happened and is not captured.
Similar to Chrome Dev Tools: How to trace network for a link that opens a new tab?, but for IE11.