Netlify supports redirects and rewrites which we can use as a reverse proxy from an /ingest route to https://app.posthog.com or https://eu.posthog.com. In your netlify.toml file, add a redirect like this:
Once done, set the /ingest route of your domain as the API host in your PostHog initialization like this:
Once updated, deploy your changes on Netlify and check that PostHog requests are going to https://www.your-domain.com/ingest by checking the network tab on your domain.