74

How to get Safari to display CORS pre-flight OPTIONS requests in the dev tools network tab?

IIRC they used to show up, and I know the requests are being made as we can see them logging on the server.

We had the same problem suddenly occur with Chrome in the last few weeks (around Chrome 79/80) and had to force it by setting chrome://flags/#out-of-blink-cors to disable

11
  • 8
    I raised bugs.webkit.org/show_bug.cgi?id=213215. Please consider cc’ing yourself on that
    – sideshowbarker
    Commented Jun 15, 2020 at 21:28
  • 4
    @stringy05, this sounds like a regression. What version of Safari are you using? Does this also happen in Safari Technology Preview? Please comment on the bug link above or send me a message on SO or Twitter.
    – Brian Burg
    Commented Jun 15, 2020 at 23:28
  • 2
    And still an issue in Safari 15.1
    – riffraff
    Commented Jan 11, 2022 at 11:45
  • 2
    And still an issue in Safari 15.5
    – mrodo
    Commented Jul 4, 2022 at 10:12
  • 4
    And... still an issue in Safari 15.6
    – Clom
    Commented Dec 22, 2022 at 9:31

0