I am developing an app for clover station 2016. Since we are still in dev environment all our API calls are in http and
not https. When we try to make any API call, the request is getting timed out. We have tried the same using a browser too and the following error is being displayed.
HTTP Not Allowed
For security reasons, non HTTPS URLs are not allowed. For more information, email security@clover.com
Is there any way I can disable this restriction. We are unable to test these APIs in dev environment.
PS: I have also created a self signed certificate which I cannot add into user certificates in device via adb, as again clover is restricting it.