Page Push · Support
Connect your browser to your endpoint.
Page Push pushes a JSON event directly from your browser to one HTTPS API endpoint you configure.
Quick setup
- Open Page Push settings.
- Enter an HTTPS endpoint.
- Choose no authorization, a bearer token, or a custom header.
- Save and approve access to that endpoint origin.
- Visit a webpage and click the Page Push toolbar icon.
Receiver requirements
Your receiver must accept an HTTPS POST with an application/json body. Return any 2xx response to confirm delivery. Redirects are intentionally rejected.
Common problems
Endpoint access was not granted
Save settings again and approve your browser's request for access to that HTTPS origin.
Your browser could not reach the endpoint
Confirm the URL, network path, receiver process, and TLS certificate. Page Push requires HTTPS.
The endpoint returned an HTTP error
The toolbar badge shows a red exclamation mark. Open settings, run the connection test, then inspect your receiver logs.
Selected text is missing
Enable selected-text capture in settings and make a selection before clicking the toolbar icon.
Contact
For Page Push support, email support@krwill.xyz. Include the browser version, Page Push version, and the visible error message. Do not send authorization tokens.