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. I spent a moment debugging why the client wasn't sending cookies until I realized what was going on - cookies exist but are not displayed. Why does this happen?
Yes I know about "CAUTION: provisional headers are shown" in Chrome debugger, but this doesn't answer why some headers are shown and others aren't.