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
At the moment, when an API returns a redirect, an exception is raised. This is contrary to the spec, i.e. RFC 7231, which considers 4XX and 5XX to be errors, but not 3XX. As such, the exceptions raised when such statuses are returned should be removed to be compliant with the spec.
Follows on from #449 and #454 where it was pointed out that this would be a breaking change.
The text was updated successfully, but these errors were encountered:
At the moment, when an API returns a redirect, an exception is raised. This is contrary to the spec, i.e. RFC 7231, which considers 4XX and 5XX to be errors, but not 3XX. As such, the exceptions raised when such statuses are returned should be removed to be compliant with the spec.
Follows on from #449 and #454 where it was pointed out that this would be a breaking change.
The text was updated successfully, but these errors were encountered: