Bug 263929 - Rename Copy HTTP Request and Copy HTTP Response
Summary: Rename Copy HTTP Request and Copy HTTP Response
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: Safari 17
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-30 15:41 PDT by Karl Dubost
Modified: 2023-10-30 15:41 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Dubost 2023-10-30 15:41:34 PDT
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)
Comment 1 Radar WebKit Bug Importer 2023-10-30 15:41:47 PDT
<rdar://problem/117708766>