I have a browser extension that's developed using CrossRider API.
When I install it from Chrome, I get the following error:
Mixed Content: The page at xxxxxxx.com is loaded over https but requested an insecure XMLHttpRequest endpoint http://resources.crossrider.com/system/resources/apps/68868/959532?ver=19. This request has been blocked; the content should be served over https.
Why is crossrider requesting resources on HTTP instead of HTTPS. Do I need to set any flag anywhere?
More importantly, why is crossrider making a request to this URL?
That means, there is a dependency on crossrider server to be up and running for my browser plugin to work. If my plugin has lot of users, will it have any impact on my availability of my plugin?
If that JS file is required, is it possible to host that file on our server?
We really don't want to have a dependency on CrossRider server.
[Update] :I'm attaching the screenshot of the error.