in HttpConfig.cc, why ATS doesn't read "proxy.config.http.forward.proxy_auth_to_parent"
line 1221: c.fwd_proxy_auth_to_parent = 0 line 1439: params->fwd_proxy_auth_to_parent = 0; 2011/8/5 Conan <conanm...@gmail.com> > hi, > In my case, I want to pass UA(or child proxy)'s "Proxy-Authorization" > header to the origin server. But ATS consumed the PA header of incoming > request. Can I configure ATS to relay this header? > > reference: > http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html > 14.34 Proxy-Authorization: > Proxy-Authorization header field is consumed by the first outbound proxy > that was expecting to receive credentials. A proxy MAY relay the credentials > from the client request to the next proxy if that is the mechanism by which > the proxies cooperatively authenticate a given request. >