Hi Marco,
2017-01-10 12:57 GMT-08:00 Marco Pizzoli :
> 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 w
Marco I think I am experiencing this too.
I am using apache to reverse proxy to our app that handles the web sockets
/ chat.
As far as I can tell from mod_dumpio's logging apache returns the correct
response headers to the client - particularly:
[Wed Jan 11 09:31:43.807204 2017] [dumpio:trace7]
We are using apache 2.4.23
2017-01-11 9:33 GMT-03:00 Adam Teale :
> Marco I think I am experiencing this too.
>
> I am using apache to reverse proxy to our app that handles the web sockets
> / chat.
>
> As far as I can tell from mod_dumpio's logging apache returns the correct
> response headers
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 a