Show network request details
browser_network_requestFetch full headers and body for a specific network request by its index, or extract only a chosen part like request-body or response-headers. Enables targeted inspection of captured network traffic.
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 |
|---|---|---|---|
| part | No | Return only this part of the request. Omit to return full details. | |
| _meta | No | ||
| index | Yes | 1-based index of the request, as printed by browser_network_requests. | |
| filename | No | Filename to save the result to. If not provided, output is returned as text. |