WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
168155
Web Inspector: Request headers when copied & pasted should follow HTTP format, colon instead of tab
https://bugs.webkit.org/show_bug.cgi?id=168155
Summary
Web Inspector: Request headers when copied & pasted should follow HTTP format...
Blaze Burg
Reported
2017-02-10 16:47:29 PST
From the depths of Radar: " When you copy an HTTP header from the resource inspector in Safari, the key and value are separated by a tab, but separating by a colon would be more useful. * STEPS TO REPRODUCE 1. Safari > Preferences > Advanced > Show Develop 2. Visit a website, then go to Develop > Show Page Resources > Resources > click Resource, select a resource 3. Scroll down to Request Headers, select a header, copy it then paste somewhere * RESULTS Actual: Accept-Encoding gzip, deflate Expected: Accept-Encoding: gzip, deflate The former is the usual form for copied table cells, but the latter is valid HTTP and can be pasted into a curl command line (e.g., curl … -H 'Accept-Encoding: gzip, deflate'). "
Attachments
Patch
(3.36 KB, patch)
2017-02-15 17:27 PST
,
Devin Rousso
no flags
Details
Formatted Diff
Diff
Patch
(3.36 KB, patch)
2017-02-15 17:28 PST
,
Devin Rousso
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Blaze Burg
Comment 1
2017-02-10 16:47:38 PST
<
rdar://problem/17523913
>
Devin Rousso
Comment 2
2017-02-15 17:27:08 PST
Created
attachment 301677
[details]
Patch
Devin Rousso
Comment 3
2017-02-15 17:28:48 PST
Created
attachment 301678
[details]
Patch
Matt Baker
Comment 4
2017-02-15 21:48:33 PST
Comment on
attachment 301678
[details]
Patch r=me
WebKit Commit Bot
Comment 5
2017-02-15 22:15:58 PST
Comment on
attachment 301678
[details]
Patch Clearing flags on attachment: 301678 Committed
r212423
: <
http://trac.webkit.org/changeset/212423
>
WebKit Commit Bot
Comment 6
2017-02-15 22:16:07 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug