Welcome Guest, Not a member yet? Register   Sign In
calling http page from an https secure page
#1

[eluser]Unknown[/eluser]
calling http page from an https secure page.

I have a page for which maintain_ssl(TRUE); is not enabled.


Now I am trying to load this page in pop up using Jquery color box, from a https page.

It is showing errors


Help is needed in this regard.

Shalom
#2

[eluser]Narkboy[/eluser]
Off the top of my head, I'd be concerned that you're actually loading the page from different domains. http != https, and the browser may thing they are different since they require totally different connections. Try loading the same page from the https connection. If that works, I'd say you'll need something creative to get an AJAX request to cross domains!

/B




Theme © iAndrew 2016 - Forum software by © MyBB