Bug 263929
| Summary: | Rename Copy HTTP Request and Copy HTTP Response | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Dubost <karlcow> |
| Component: | Web Inspector | Assignee: | joanne_pan2 |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | GoodFirstBug, InRadar |
| Version: | Safari 17 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Dubost
1. Go to a webpage with STP 181
2. Open Web Inspector
3. Go to the Network Tab
4. Ctrl+Click on a resource on the left sidebar
5. There is a menu with
* Copy HTTP Request
Copy HTTP Request will copy the HTTP Headers but not the body if it exists
* Copy HTTP Response
Copy HTTP Response will copy the HTTP Headers but not the body if it exists
Probably it would be better to rename these
* Copy HTTP Request Headers
* Copy HTTP Response Headers
A full copy HTTP Response would be headers + body (if body exists)
A full copy HTTP Request would be headers + body (if body exists)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/117708766>
joanne_pan2
Pull request: https://github.com/WebKit/WebKit/pull/55570
EWS
Committed 304768@main (8e302579c31a): <https://commits.webkit.org/304768@main>
Reviewed commits have been landed. Closing PR #55570 and removing active labels.