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
This would be fairly straightforward & could totally be fit in as a minor bump.
Any 3xx response (that also has a location header) should automatically be followed. Of course, httpie will appropriately handle relative, absolute, and complete location values.
The questions are:
Should httpie handle redirects? I assume the majority will vote yes, because why not?
Should httpie do this automatically, or put it behind a opts flag? Again, I'd assume majority yes because why would you not want to follow it?
The text was updated successfully, but these errors were encountered:
This would be fairly straightforward & could totally be fit in as a minor bump.
Any 3xx response (that also has a
location
header) should automatically be followed. Of course,httpie
will appropriately handle relative, absolute, and completelocation
values.The questions are:
httpie
handle redirects?I assume the majority will vote yes, because why not?
httpie
do this automatically, or put it behind aopts
flag?Again, I'd assume majority yes because why would you not want to follow it?
The text was updated successfully, but these errors were encountered: