03-12-2020 06:52 PM
Using Version 82.0.446.0 (Official build) dev (64-bit)
I've been working getting a new SPA + API set up on my dev box and noticed that no OPTIONS requests are being shown in the Network Tab.
Now, under normal circumstances I'd say that's fine, and if there's an option to show/hide the OPTIONS requests great, but I'm working on on getting CORS configured correctly on the server and need to see these requests, and I'd prefer to do it without needing to fire up Fiddler.
For reference attached are the relevant sections from DevTools for EdgeDev and Fiddler which show the options request going to the server but not appearing in the Network pane of DevTools.
05-07-2020 02:45 PM