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.
Thank you,
Xavier