gpt4 book ai didi

http - 使用 netcat 代理的 Firebug 网络面板中的“中止”状态

转载 作者:可可西里 更新时间:2023-11-01 16:22:29 25 4
gpt4 key购买 nike

出于前端调试的目的,我设置了一个netcat代理来拦截HTTP请求,例如:

$ mkfifo /tmp/backpipe
$ while true; do nc -vv -l -k 12345 < /tmp/backpipe | tee -a requests.in | nc localhost 80 | tee -a requests.out > /tmp/backpipe; done

效果很好,但是,在 firebug 中,当在端口 12345 上访问我的 Web 应用程序时,网络面板中的某些请求出现红色“中止”状态,导致某些资源无法加载(例如某些脚本或样式表...)。但是在端口 80 上一切正常。

此“已中止”状态的确切含义是什么?

PS:我的浏览器的缓存被禁用了。

谢谢。

最佳答案

What does this 'Aborted' status exactly mean?

  • 由于身份验证失败,请求被拒绝

  • 由于身份验证失败,重定向被拒绝

关于http - 使用 netcat 代理的 Firebug 网络面板中的“中止”状态,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3651680/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com