This came up when developing this locally.
When passing a custom http host to the library (e.g. http://localhost:8000) the library internally strips the http:// and by default assumes https is used.
This makes the bin/posthog script unusable locally.
This came up when developing this locally.
When passing a custom http host to the library (e.g.
http://localhost:8000) the library internally strips the http:// and by default assumes https is used.This makes the bin/posthog script unusable locally.