Chrome not showing OPTIONS requests in Network tab

后端 未结 3 1538
栀梦
栀梦 2020-11-27 13:36

My web client application is setting HTTP POST requests via fetch API.

I see that OPTIONS preflight requests are sent via debugging proxy (Charles Proxy), but they

3条回答
  •  南笙
    南笙 (楼主)
    2020-11-27 13:36

    You'll need to go to: chrome://flags/#out-of-blink-cors, disable the flag, and restart Chrome.

    This is an expected behavior change according to:
    https://bugs.chromium.org/p/chromium/issues/detail?id=995740#c1

    I originally came across this via:
    https://support.google.com/chrome/thread/11089651?hl=en

提交回复
热议问题