关于chrome中request header中不显示cookie的问题解决

For chrome v72+ what solved it for me was only this:

go to chrome://flags/ and disable this 3 flags

Disable site isolation
Enable network service
Runs network service in-process

关于chrome中request header中不显示cookie的问题解决_第1张图片
image.png
关于chrome中request header中不显示cookie的问题解决_第2张图片
image.png

具体请参考
https://stackoverflow.com/questions/21177387/caution-provisional-headers-are-shown-in-chrome-debugger

你可能感兴趣的:(关于chrome中request header中不显示cookie的问题解决)