开发者

dynamically modify HTTP POST data

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开发者_StackOverflow中文版. What are my options?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜