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
Fix ResponseUri returning original URL instead of redirect target when FollowRedirects=false (#2346) (#2350)
When FollowRedirects is disabled and the server returns a 3xx redirect,
ResponseUri now returns the Location header value (the redirect target)
instead of the original request URL. Non-redirect responses are unaffected.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments