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

Add support to follow HTTP redirects #7

Closed
ecampidoglio opened this issue Aug 10, 2017 · 1 comment
Closed

Add support to follow HTTP redirects #7

ecampidoglio opened this issue Aug 10, 2017 · 1 comment

Comments

@ecampidoglio
Copy link
Member

Sometimes an HTTP server may respond with a redirect status code (3xx) indicating that the requested resource has moved to a new URI; curl can automatically redo the request to the new URI if passed the -L --location option. It would be nice if Cake.Curl exposed that in the CurlSettings class.

@ecampidoglio ecampidoglio added this to the 1.1.0 milestone Aug 10, 2017
@ecampidoglio ecampidoglio modified the milestones: 1.1.0, 1.2.0 Oct 23, 2017
@ecampidoglio
Copy link
Member Author

Resolved in the 2.1.0 release. 🎉

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

No branches or pull requests

1 participant