Juha Heinanen writes:
also, looks like the previous proxy-authorization pv problem that i wrongly reported is due to
remove_hf("Proxy-Authorization");
having no effect, i.e., the header is included in outgoing request even when i make the above call to remove it.
i went back to about a week old sr and using the exactly same config file, remove_hf works. i call remove_hf in route block, not in branch_route block, where i add more headers.
-- juha