I have an entry URL into an app1 like
https://www.example.com/go/app1
which actually goes through a few redirects including SSO login and then finishes on something like
https://www.example.com/app1/home/session-f24a-3c29-843924fd001eea-1234
I need to bookmark the former URL (.../go/app1
) because the latter cannot be directly accessed when the session expires. How can I bookmark that URL?