Bug 170991 - Web Inspector: Cookies to not appear in the request headers of the network panel
Summary: Web Inspector: Cookies to not appear in the request headers of the network panel
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: Safari Technology Preview
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-19 06:15 PDT by Jake Archibald
Modified: 2017-04-19 12:32 PDT (History)
3 users (show)

See Also:


Attachments
[IMAGE] Cookie Request Headers - STP 28 (325.27 KB, image/png)
2017-04-19 11:27 PDT, Joseph Pecoraro
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jake Archibald 2017-04-19 06:15:26 PDT
Open http://httpbin.org/cookies/set?k1=v1&k2=v2 - this will set cookies, redirect, then echo the cookies sent by the browser.

Open web inspector network panel, refresh the page, and inspect the page request. Although cookies are sent, they aren't shown as part of the request headers.
Comment 1 Joseph Pecoraro 2017-04-19 11:27:56 PDT
Created attachment 307491 [details]
[IMAGE] Cookie Request Headers - STP 28

In Safari Technology Preview 28 on Sierra I see Cookies in the Request. Can you clarify which version of the browser you are using and on what system?
Comment 2 Jake Archibald 2017-04-19 12:32:10 PDT
Haha yes. This was an issue in 27, but is fixed in 28. Well done everyone, very efficient :D