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

meg can't follow redirects #18

Closed
tomnomnom opened this issue Jan 3, 2018 · 1 comment
Closed

meg can't follow redirects #18

tomnomnom opened this issue Jan 3, 2018 · 1 comment

Comments

@tomnomnom
Copy link
Owner

At the moment meg will just save the response for HTTP redirects. It would be nice to have an option to follow them and save the resulting responses too.

curl has -L / --location for following redirects so that seems like a reasonable candidate.

This will be much easier for the Go HTTP client than the rawhttp client as it's the default behaviour of the former.

@tomnomnom
Copy link
Owner Author

Fixed in d466028

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