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
Attachment:
master.conf
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx