Chrome does not show request cookies when “Provisional Headers are shown”

后端 未结 1 795
一生所求
一生所求 2021-01-23 03:11

When I set a breakpoint in my server application and make a request to the paused endpoint with Chrome, cookies are not shown in the request while the debugger is sitting on it.

相关标签:
1条回答
  • 2021-01-23 03:34

    From: https://bugs.chromium.org/p/chromium/issues/detail?id=294891:

    Headers displayed for pending requests are provisional. They represent what request was sent from Blink to Chromium.

    We do not update headers until server responds to avoid additional notification used only by DevTools.

    To watch real network activity you can use chrome://net-internals

    0 讨论(0)
提交回复
热议问题