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
It's supposed to be a full URL, but in practice people send (and thus browsers deal
with) relative URLs in "Location". Perhaps just a new method on *http.Response
that consults r.Header and r.Request to get the resolved Location URL, if present.
Bug requested by Brad Fitzpatrick.