我已经读过你不能从http服务页面到https页面进行ajax调用。但是reddit是如何做到的呢?
当您单击登录时,会对https://ssl.reddit.com/api/login
进行ajax调用当我尝试在本地测试机器上执行此操作时,firebug会在NET选项卡中返回状态为“已中止”。
答案 0 :(得分:1)
它使用CORS这里是来自https://ssl.reddit.com/api/login/tester
access-control-allow-credentials:true
access-control-allow-origin:http://www.reddit.com