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

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

2020-06-11 Thread Jason Keltz
Hi. I am using a Tomcat application that is proxied through an Apache httpd server using ProxyPass/ProxyReverse. That part is working perfectly. The application allows all users to use a particular function which I would like to limit to only specific users. The URL that I would like to