It ok for AJAX to take place over non-SSL?
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开发者_C百科 faster
No, you can't as this violates the same origin policy.
精彩评论