Re: [users@httpd] force secondary authentication for one Proxy URL QUERY_STRING

2020-06-15 Thread Rainer Canavan
On Thu, Jun 11, 2020 at 3:13 PM Jason Keltz wrote: [...] > The URL that I would like to limit looks like this: > > https://example.com/#/?key=KJKJHjkdflkjsdflkjJhdsfjhf [...] > I want to only apply authentication when the QUERY_STRING includes "?key". In the URL you have given above, "key" is

Re: [users@httpd] Proxy pass settings

2020-06-15 Thread Rainer Canavan
On Fri, Jun 12, 2020 at 5:02 AM Niranjan Rao wrote: > [...] Example could be > > https://myserver/uat/app1 > https://myserver/qa/app1 > > > Earlier I have tried just https://myserver/app1 and it works correctly. > But now I want to add environment to it. Applications don't know they > are proxied