I have an Apache server setup as a reverse proxy in front of a some backend servers. One of the backend servers requires basic authentication but somehow Apache seems to rem
It turns out that it's not Apache that removed the Authorization header, but some other firewall component in our network.
We changed a setting in the firewall and now the ProxyPass directive above works just fine!