Hi,
I'm seeing people accessing my site e.g. over the LinkedIn android app. The original referer is "android-app://com.linkedin.android"
This breaks zend-http which uses zend-uri:
PHP Fatal error: Uncaught Zend\Uri\Exception\InvalidArgumentException: no class registered for scheme "android-app" in .../zendframework/zend-uri/src/UriFactory.php:104
Is it possible to add a scheme?
Regards
fr00x