Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirects should not be considered errors #455

Open
mattdowdell opened this issue Mar 20, 2020 · 0 comments
Open

Redirects should not be considered errors #455

mattdowdell opened this issue Mar 20, 2020 · 0 comments

Comments

@mattdowdell
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant