he_set_cookies
Inject authentication cookies from browser to enable automatic token renewal on HomeExchange. Must include access token and PHPSESSID.
Instructions
Inject a raw cookie string from the browser. Must contain oidc_access_token (or access_token). Include PHPSESSID to enable automatic token renewal. Get all cookies from DevTools → Application → Cookies → homeexchange.fr
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookies | Yes | Raw cookie string (e.g. "access_token=eyJ...; refresh_token=...") |