在 HTTPS 上部署 Web 应用程序会自动使我的 AJAX 调用也使用 HTTPS 吗?
我的应用程序将部署在 HTTPS 上(目前正在开发并在 HTTP 上运行)。
在 HTTPS 上部署 Web 应用程序会自动使我的 AJAX 调用也使用 HTTPS 吗?我在 AJAX 调用中使用相对 URL,因此我认为构造绝对 URL 时,将自动附加 HTTPS。
请告诉我。谢谢你的回复
My application will be deployed on HTTPS (currently it is in development and running on HTTP).
Will deploying the web app on HTTPS automatically make my AJAX calls HTTPS as well? I am using relative URLs in the AJAX calls, so i am thinking that when the absolute URL is constructed, HTTPS will be appended automatically.
please let me know. thanks for your response
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用相对 URL,那么可以。
然而,在实时运行之前进行测试非常重要,因为如果您尝试使用非 https 连接加载图像等资源,某些浏览器(至少 IE6)将显示真正令人震惊的警告。
If you are using relative URLs, then yes.
However, it is really important to test this before running live, as certain browsers(at least IE6) will display a really alarming warning if you try to load resources like images using a non-https connection.