neuron_get_cookies
Get all cookies for a URL to inspect values, domain, expiry, secure, httpOnly, and sameSite flags. Debug cookie behavior and validate security attributes for any site.
Instructions
Get all cookies for a URL, including values, domain, expiry, secure, httpOnly, and sameSite flags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to get cookies for (e.g. https://example.com) |