Re: Nginx authentication based on parameterized url

2016-12-29 Thread Francis Daly
On Wed, Dec 21, 2016 at 05:19:55AM -0500, tmuesele wrote: Hi there, > I need an authentication based on a parameterized class call in a url. For > example the url: > > https://sample.com/index.php?cl=accesstestprivate > > should be access-able by IP address 192.168.1.1, if the request doesnt co

Nginx authentication based on parameterized url

2016-12-21 Thread tmuesele
Hi there, I need an authentication based on a parameterized class call in a url. For example the url: https://sample.com/index.php?cl=accesstestprivate should be access-able by IP address 192.168.1.1, if the request doesnt come from this IP, a basic auth should be invoked. All other / pages e.g