You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: