【问题标题】:What does "404 (64)" mean?“404(64)”是什么意思?
【发布时间】:2014-04-18 18:52:52
【问题描述】:

ncoa.org 上打开 Chrome 的控制台后,我看到了以下两个错误。只有第二个是我所期望的。

Failed to load resource: the server responded with a status of 404 (64)
Failed to load resource: the server responded with a status of 404 (Not Found)

我想知道的是:(64) 是从哪里来的?

请注意,这不能可靠地重现。它似乎只是有时会发生,但我在其他地方看到过并设法在那里截取了截图。我希望这比对 64 位进程的引用更有趣。

以下是缺少的资源:
http://www09.clicktale.net/i/7798.gif?r=0.335&UID=1299415204.1646124943&441321531 http://www.ncoa.org/assets/img/highslide/loader.white.gif

有什么想法吗? :)

【问题讨论】:

    标签: google-chrome google-chrome-devtools http-error


    【解决方案1】:

    Web 服务器在该请求的 404 响应中返回“(64)”:

     % curl -v 'http://www09.clicktale.net/i/7798.gif?r=0.335&UID=798271705.1983171051&new&1053566178'
    * About to connect() to www09.clicktale.net port 80 (#0)
    *   Trying 75.125.82.68...
    * Connected to www09.clicktale.net (75.125.82.68) port 80 (#0)
    > GET /i/7798.gif?r=0.335&UID=798271705.1983171051&new&1053566178 HTTP/1.1
    > User-Agent: curl/7.29.0
    > Host: www09.clicktale.net
    > Accept: */*
    >
    < HTTP/1.1 404 64
    < Cache-Control: private
    < Content-Type: text/html
    < Date: Fri, 18 Apr 2014 19:01:05 GMT
    < Content-Length: 1245
    <
    < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    ...
    

    注意以HTTP 开头的行。更常见的是,这会以Not found 之类的文本结尾,但在这种情况下,服务器管理员已对其进行了不同的设置。你得问他们“64”的意义是什么。

    【讨论】:

    • 啊,有道理!谢谢。
    猜你喜欢
    • 1970-01-01
    • 2013-02-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-06-21
    • 1970-01-01
    • 2011-08-12
    • 2017-06-11
    相关资源
    最近更新 更多