[Koha-bugs] [Bug 25361] Support X-Forwarded-* headers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 4 04:37:09 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25361

--- Comment #4 from David Cook <dcook at prosentient.com.au> ---
Plack:
- Apache should set X-Forwarded-* headers so that they can be consumed by
Plack::Middleware::ReverseProxy

CGI:
- Apache should set HTTP headers using X-Forwarded-* headers from a separate
reverse proxy?

--

It makes sense that the community maintain the Apache configuration in the
Plack context I suppose, but perhaps it doesn't make sense for CGI, since 1) we
don't recommend CGI, and 2) you don't have to use a reverse proxy out of the
box.

--

But then Bug 23068 has set a precedent by adding Plack/CGI support for the
X-Forwarded-For header. Support which is really useful. 

There are so many different levels where these things can be handled with their
own pros and cons...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list