Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道无效或过期的 SSL 证书是否会导致通过 Firefox 的一些 ajax 帖子失败(不是所有的 ajax 帖子,有些是成功的)?我正在尝试确定我通过 firefox 的 ajax 请求被中止的原因(并且在其他浏览器中看不到)。如果我使用 Fiddler,该帖子也可以。
是的,尝试使用 XHR 请求连接到具有无效证书(无论出于何种原因)的 HTTPS 站点将使该请求失败。与直接请求不同,它将无法显示通常的证书警告消息来询问您是否要继续。