I have a bug which is only on IE11 and occurs only when the site is opened via a link. The page is blank. But, if I refresh, the page loads correctly. I feel there would be some error in the developer tools console but my problem is that by the time I press F12, the call is already done and nothing shows up in the log. Is there some way I can open IE and developer tools tab will be open by default ? Or any other process by which I can see if there are any errors on the log ?
Also, since this is a bug only for HTTPS, I realised that if I have fiddler running and the "Decrypt HTTPS traffic" checked, things work fine. If it is not checked, same blank page error.