You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how can I get the new url after redirection(3xx)?
For example, http://a.com/ redirect to http://b.com/, is it have a variable to store http://b.com/?
The Response class seems not have any field can do that.