I'm using the reverse proxy to expose an internal webapp offloading SSL and user auth to the firewall. Works fine so far but I don't see a way to have the login form redirect to a specific URL. If I follow a link to http://www.example.com/foo, I'm redirected to https://www.example.com/login but after I enter valid credentials, it doesn't send me to the /foo URI. Instead I'm getting the root URI. Is there a way for the login for to store the URL what was intercepted and redirect there once the user auths successfully?
This thread was automatically locked due to age.