Failed to load resource: Request throttled. Visit

Failed to load resource: Request throttled. Visit http://dev.chromium.org/throtted for more 

今天做一个chrome 扩展 秒杀插件,短时间内多开几个请求  后台爆出如题异常。


貌似是 chrome 防止服务器 收到ddos 洪水攻击,如果服务器 出现500错误多次,短期内,在发向服务器的请求,会被chrome 终止掉。

禁用此特性的方法是 ,chrome 启动时 添加

--disable-extensions-http-throttling

参数。

不过 这样 秒杀服务器 返回的大部分是 503 错误。

如下是 chrome 黑魔法

chrome://net-internals/#capture 网络监控

chrome://about/ 黑魔法集中营


你可能感兴趣的:(Failed to load resource: Request throttled. Visit)