-
Notifications
You must be signed in to change notification settings - Fork 268
Closed
Labels
Description
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.
ehsandeep and EdOverflow