posthog-php does not respect http protocol
Opened this issue · 0 comments
macobo commented
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.