session_make_request
Execute HTTP requests using the browser's current session to access authenticated endpoints without manual credential handling.
Instructions
Make an HTTP request using the browser's session (inherits cookies/auth)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Request URL | |
| method | No | HTTP method | GET |
| headers | No | Request headers | |
| body | No | Request body | |
| params | No | Query parameters |