Hi there, i would like to ask you for workaround on following problem. My site can use http and https protocol, it doesnt affect the content. My site uses jquery ajax calls, which fills some areas on page, too.
Now, i would like to do all ajax calls by https protocol. (please dont ask me why :)) When i am on page with https protocol, all is correct. Ajaxes are working. When im on page with http protocol, i got javascript error: Access to restricted URI denied
I know that this is cross domain problem (in fact its not, its cross protocol problem), and i know, that i should use same protocol in ajax call as protocol on current page.
Still i want to have all ajax calls starting with https, and call them from page starting with http. is there any workaround to achieve this(some json/proxy solution?), or is it simply imposible?