Folks,
I am newbie to SSL certificates.
We just put SSL for our website, which developed PHP codeigniter framework.
My site is under https protocol. If I call the other url from that website's page, it also showing in https prefixed..
That child url is third party url, which needs to call from javascript. It is available in only http, not in https.
I am mentioning
function { host:'abc.des.com'; }
In my firebug console the response shows https prefixed before this url. But I want response as in only http.
Hope someone will guide me in this.