vagrant-openstack-provider icon indicating copy to clipboard operation
vagrant-openstack-provider copied to clipboard

Follow HTTP redirections

Open julienvey opened this issue 9 years ago • 3 comments

Should be an option of the rest client

julienvey avatar Nov 17 '14 13:11 julienvey

Implementation guidelines here

ggiamarchi avatar Nov 17 '14 20:11 ggiamarchi

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

toddnni avatar Aug 11 '15 11:08 toddnni

I agree this is an important bug. I add it to the next milestone.

ggiamarchi avatar Aug 11 '15 12:08 ggiamarchi