-
Notifications
You must be signed in to change notification settings - Fork 101
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
Follow HTTP redirections #171
Comments
Implementation guidelines here |
This bug is quite annoying. It is strange that according to rest-client README it should automatically follow a redirect if the request is GET, but my setup doesn't seem to do it. I don't know should we just copy the "Follow redirections for all request types and not only for get and head" example from rest-client to http_utils.rb |
I agree this is an important bug. I add it to the next milestone. |
Should be an option of the rest client
The text was updated successfully, but these errors were encountered: