Is it possible to make a JSONP request from HTTPS to HTTP?
问题 I know there is an almost duplicate question, but the answer is not satisfactory at all. I need to do geocoding using the Openstreetmap service which runs over HTTP. My site runs over HTTPS. It seems impossible to do JSONP request from https to http, browser (Chrome) complains about insecure content. Any solutions? 回答1: The reason that the browser complains about insecure content is that the content is insecure. The entire purpose with a secure page is that all of it is secure, and can be