views:

70

answers:

1

Say I have an https page can I make ajax calls to non SSL without getting warnings in browsers?

I want to do it for non sensitive data so its faster

+11  A: 

No, you can't as this violates the same origin policy.

Darin Dimitrov
"Domains, ports and protocols must match." (Just for those who didn't want to click.)
zneak