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
Redirection is not working, because result.headers have lowercase keys. So eveywhere 'Location' is requested from result.headers, it should be 'location' (toLowerCase)
The text was updated successfully, but these errors were encountered:
ntlm-client/src/fetch.ts
Line 71 in c7b677e
Redirection is not working, because result.headers have lowercase keys. So eveywhere 'Location' is requested from result.headers, it should be 'location' (toLowerCase)
The text was updated successfully, but these errors were encountered: