3
votes

There are so many problems about this For example

"CAUTION: provisional headers are shown" in Chrome debugger

Chrome does not show request cookies when "Provisional Headers are shown"

I want to inpect cookies from CORS requests

enter image description here

enter image description here

You can see, response has status code 200.

But I can't see cookies

someone tell me to disable chrome://flags/#site-isolation-trial-opt-out

I done it, but when chrome restart, it show

enter image description here

Same url works in Firefox, I can see cookies in request enter image description here

At https://www.chromium.org/Home/chromium-security/site-isolation#TOC-Known-Issues

said:

n Chrome's DevTools, cookies and other request headers are not shown in the network panel for cross-site subresource requests. There are also issues with the DOM storage view, security panel, performance panel, and with scrolling over cross-site iframes in mobile device emulation mode, all of which are fixed in Chrome 68.

But My chrome still have this problem.

Could you give me a solution?

Env:

Chrome Version 73.0.3683.103 (Official Build) (64-bit)

Windows 10 pro 1809/OSBuild: 17763.379

2

2 Answers

2
votes

The correct answer seems to be you need to set

Enable network service

option to disabled.

0
votes

two steps:

1.go to chrome://flags/

2.Disable site isolation,
Enable network service, Runs network service in-process

make sure all those three options are set to Disabled

Don't ask me why. It works for me @Chrome Version 74.0.3729.169