Re: [Koha-devel] Add Koha API Route to Proxy to Backend Service

2020-07-09 Thread dcook
Koha-devel On Behalf Of Julian Maurice Sent: Thursday, 9 July 2020 10:22 PM To: koha-devel@lists.koha-community.org Subject: Re: [Koha-devel] Add Koha API Route to Proxy to Backend Service Hi, You probably already have nginx or apache that can redirect requests to the proper backend. Why do you

Re: [Koha-devel] Add Koha API Route to Proxy to Backend Service

2020-07-09 Thread Julian Maurice
Hi, You probably already have nginx or apache that can redirect requests to the proper backend. Why do you need Koha to do that ? Le 09/07/2020 à 13:49, dc...@prosentient.com.au a écrit : Hi all, I was chatting with lmstrand on IRC, and we both came up with separate features where we’d esse

[Koha-devel] Add Koha API Route to Proxy to Backend Service

2020-07-09 Thread dcook
Hi all, I was chatting with lmstrand on IRC, and we both came up with separate features where we'd essentially want Koha to proxy our HTTP requests to the Koha API endpoint to a backend service running on the Koha server. What do people think about using the Koha HTTP API that way? Or