Reputation: 66006
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
Upvotes: 2
Views: 161
Reputation: 1039190
No, you can't as this violates the same origin policy.
Upvotes: 11