I want to pass the basic authentication credentials to the reverse proxy server.
Example of how it works now: User accesses the website, Apache is configured to ask for basic auth, user enters username and password, if correct, user is connected to reverse proxy server.
Example of how I want to set up: Case 1: User accesses the website, Apache is asking for authentication, user enters correct credentials, user is connected to reverse proxy, authentication headers (user name and password) are passed to the reverse proxy server
Case 2: User accesses the website, Apace is asking for authentication, user enters WRONG credentials, Apache blocks connection.
Regards, tomari