Mailing List Archive

[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355

--- Comment #31 from Dasharath Masirkar <masirkard@gmail.com> ---
Do we have plan to fix this issue in httpd-2.4.x?

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355

--- Comment #32 from Joe Orton <jorton@redhat.com> ---
Extending the scheme_handler API for this seems overly invasive, since all we
are doing is trying to inject an HTTP header in the specific of a configured
HTTP proxy. I have filed a PR with a patch which takes a slightly different
approach:

https://github.com/apache/httpd/pull/135

have not tested whether this works with CONNECT yet.

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 37355] Allow to specify Proxy-Authorization in ProxyRemote [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=37355

--- Comment #33 from Joe Orton <jorton@redhat.com> ---
Created attachment 37397
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37397&action=edit
alternative patch for 2.4.x

Updated, backported patch for 2.4.x which is tested for both CONNECT and normal
HTTP methods.

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org