动态修改HTTP POST数据
我设置了一个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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看有关内容调整的 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.