On Mon, Feb 21, 2022 at 10:16 Eric Covener wrote:
...
> > I think I see that can be done using RewriteCond and friends somehow.
>
> It is not clear what you're asking about. Can you describe the
> topology in more detail and clarify what "input" (a header? a request
> body?) you need and where if
On Mon, Feb 21, 2022 at 11:11 AM Tom Browder wrote:
>
> On Sun, Feb 20, 2022 at 06:30 Tom Browder wrote:
>>
>> I am trying to integrate some Raku (formerly Perl 6) code to handle post TLS
>> inputs (decrypted dat) to one of my websites. How can I get access to the
>> decrypted input via a rever
On Sun, Feb 20, 2022 at 06:30 Tom Browder wrote:
> I am trying to integrate some Raku (formerly Perl 6) code to handle post
> TLS inputs (decrypted dat) to one of my websites. How can I get access to
> the decrypted input via a reverse proxy?
I think I see that can be done using RewriteCond and
> What can I do to add an additional header in the CONNECT done by the
> ProxyRemote-directive.
It doesn't appear possible. The data sent during the CONNECT for
ProxyRemote is not configurable and not based on anything
configurations.
I think you'd need to customize modules/proxy/mod_proxy_connect
Hello,
we have some badly designed external software which we have to get working.
This software provides a proxy which extracts a userid out of a header
field in the CONNECT and uses it for creating a SAML Token for further
requests. This legacy-proxy is running locally on a server.
At clie