CORS OPTIONS preflight requests not showing in dev tools
Asked Answered
C

0

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

Chiao answered 18/2, 2020 at 23:27 Comment(11)
I raised bugs.webkit.org/show_bug.cgi?id=213215. Please consider cc’ing yourself on thatAmontillado
@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.Auroreaurous
Safari 13.1.1 and Safari TP 13.2 for me.Fellner
Still an issue in Safari 14.0Teuton
And still an issue in Safari 15.1Acquiescence
And still an issue in Safari 15.5Ioved
Earlier question: #58224523Irishirishism
And... still an issue in Safari 15.6Capita
And.. still an issue in Safari 17.0.Williswillison
I think this will be an issue forever. It seems like the cors out of blink thing is a security change to move the CORS request into some sort of sandbox and that means it's lost to the network monitor? I dont know why this can't be monitored easily (given web page requests happen inside the sandbox??) but been an issue for a long time now. Very frustratingChiao
I suggest using chrome instead of safariMclendon

© 2022 - 2024 — McMap. All rights reserved.