动态修改HTTP POST数据

发布于 2024-09-15 06:45:33 字数 66 浏览 10 评论 0原文

我设置了一个squid代理服务器,我想在某些HTTP POST请求离开squid之前对其进行监视和修改。我有什么选择?

I set up a squid proxy server, and I would like to monitor and modify certain HTTP POST requests before it goes out of squid. What are my options?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

原野 2024-09-22 06:45:33

查看有关内容调整的 Squid 页面,找到您要查找的内容。这些都是有效的选项,尽管唯一真正好的选项是 Squid 3 中的新选项。

另一种选项(我个人使用的选项)是将请求透明地重定向到脚本,该脚本会对其进行修改,然后将更改后的版本转发到原始目的地。

Take a look at the Squid page on Content Adaptation to find what you're looking for. Those are valid options, although the only really good one is new in Squid 3.

Another option, and what I use personally for this, is to transparently redirect the request to a script which modifies it and then forwards the changed version to the original destination.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文