Am 02.02.2019 um 11:39 schrieb Xavier Gignac:
> Hello,
>
> I am using a Java application with JWT authentication through a
> Authorization header with BearerĀ syntax.
>
> I want to know how to configure Apache2 to transmit the Authorization
> header to the Java application while proxying the request.
Authorization is not a hop-to-hop header, so the proxy forwards it by
default. As long as you web server config does not explicitly consume
the header it will be automatically send to the backend.
Regards,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
|