Hi all,
I am reverse proxying a backend which returns a http code 401.
I see Apache is stripping out all the http headers returned by the backend along with the 401 and this is causing trouble to the client application.
Is there a way to get the original http headers to the client?
I can't find any documentation about this. Not even a reference to the fact Apache is re-writing the answer, but I checked myself and now I am sure of this behaviour....
Apache currently used for this setup is 2.2. Migration to 2.4 is planned in the coming motnhs.
Thank you in advance for your help
Marco