No subject
Tue May 3 15:05:30 PDT 2016
"
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').
"
--
You are receiving this mail because:
You are the assignee for the bug.
--Boundary_(ID_QU75qbi7OX8oUOeYuZD8nw)
Date: Fri, 10 Feb 2017 16:44:00 -0800
MIME-version: 1.0
Content-type: text/html
Content-transfer-encoding: 8BIT
<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: Request headers when copied & pasted should follow HTTP format, colon instead of tab"
href="https://bugs.webkit.org/show_bug.cgi?id=168155">168155</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Web Inspector: Request headers when copied & pasted should follow HTTP format, colon instead of tab
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>WebKit Nightly Build
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Keywords</th>
<td>InRadar
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>Web Inspector
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>bburg@apple.com
</td>
</tr>
<tr>
<th>CC</th>
<td>dcrousso+webkit@gmail.com, inspector-bugzilla-changes@group.apple.com, webkit-bug-importer@group.apple.com
</td>
</tr></table>
<p>
<div>
<pre>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').
"</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>
--Boundary_(ID_QU75qbi7OX8oUOeYuZD8nw)--
More information about the webkit-unassigned
mailing list