browser_network_request
Retrieve full details (headers and body) of a network request by its index, or specify a part like request-header, request-body, response-header, or response-body. Optionally save results to a file.
Instructions
Returns full details (headers and body) of a single network request, or a single part if part is set. Use the number from browser_network_requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | 1-based index of the request, as printed by browser_network_requests. | |
| part | No | Return only this part of the request. Omit to return full details. | |
| filename | No | Filename to save the result to. If not provided, output is returned as text. |