508的http响应状态是什么?

Vic*_*Vic 4 apache http

在我的网站上,加载图像/视频时,有时我会在控制台中收到如下错误:

Failed to load resource: the server responded with a status of 508 (Loop Detected)
Run Code Online (Sandbox Code Playgroud)

这是什么意思以及如何解决它?

Jul*_*hke 5

您可以使用 IANA 状态代码注册表查找任何正式注册的 HTTP 状态代码的定义,网址为http://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml,这将引导您到http://greenbytes.de/tech/webdav/rfc5842.html#status.508.loop.Detected

在这种情况下,也有可能有人将状态代码滥用于其他目的;它带有响应体吗?