0

我有一个使用大量重定向的脚本。大约进行到一半的过程中,我在浏览器中收到一条错误消息:

This webpage has a redirect loop
The webpage at http://localhost/....... has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
Here are some suggestions:
Reload this webpage later.
Learn more about this problem.
Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.

有没有办法增加浏览器中允许的重定向?

4

1 回答 1

3

在 Firefox 中,导航到about:config地址栏中的 。搜索network.http.redirection-limit并将值增加到您想要的值。

Firefox 中的此设置控制在停止跟踪之前它将接受多少重定向。

于 2012-06-18T05:38:00.137 回答