6 Oct
2005
6 Oct
'05
4:58 a.m.
Massimiliano Liccardo wrote:
I should write a module that strips/modifies AV pairs from a proxy reply according to the AV pairs prior sent into the originated request.
Perhaps you don't need a module. You could test the AV pairs from the request in section "authorize" and set the variable "Post-Proxy-Type". Then you can run different modules to modify the proxy reply in section "post-proxy". post-proxy { Post-Proxy-Type post-proxy-1 { attr_rewrite_1 } Post-Proxy-Type post-proxy-2 { attr_rewrite_2 } } -- Nicolas Baradakis