Re: Replace location paramter

2021-04-13 Thread Francis Daly
On Tue, Apr 13, 2021 at 05:47:07AM -0400, vybralk wrote: Hi there, > i have ngnix in front of java web server. My request is correctly send by > ngnix to java web, which redirect user request to another url as user is not > authenticated. It set location header to following value > > location =

Replace location paramter

2021-04-13 Thread vybralk
i have ngnix in front of java web server. My request is correctly send by ngnix to java web, which redirect user request to another url as user is not authenticated. It set location header to following value location = https://login.server.com/oidc/2/auth?response_type=code&client_id=123&scope=ope