I am trying to open a login modal on my site that runs on http. I would like the post thru jQuery\AJAX to be sent in SSL but the browser is complaining this is cross domain. Why is the https considered a different domain?
Is there a simple way of implementing it without changing the modal to an iframe or json?