Retaining Query string after successful login
Summary
Retaining Query string after successful loginContent
I have a page with query string, where meta tag contains login_required=true. It is redirect to login_form to enter the credential. After successful login, it is redirect to original page without query string. How to retain the Query string? Is there any configuration setting?
Intial
example.custhelp.com/forward_details/f_id/18
after the successful login
example.custhelp.com/forward_details
0