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
You initialize HTTPClient.Request by providing a URL. This then sets the scheme and host. If you change one of these, the others don't update which can lead to unexpected behavior when the host on the request doesn't match your updated URL.