What does status=canceled for a resource mean in Chrome Developer Tools?

前端 未结 30 1983
温柔的废话
温柔的废话 2020-11-22 11:13

What would cause a page to be canceled? I have a screenshot of the Chrome Developer Tools.

\"Canceled

30条回答
  •  不要未来只要你来
    2020-11-22 11:42

    Another place we've encountered the (canceled) status is in a particular TLS certificate misconfiguration. If a site such as https://www.example.com is misconfigured such that the certificate does not include the www. but is valid for https://example.com, chrome will cancel this request and automatically redirect to the latter site. This is not the case for Firefox.

    Currently valid example: https://www.pthree.org/

提交回复
热议问题