You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-06-29 00:51:30 +02:00
Replaced unmaintained OAuth plugin with new httpie-oauth1 plugin. (#1302)
This commit is contained in:
@ -1377,7 +1377,7 @@ Here are a few picks:
|
|||||||
$ http --follow pie.dev/redirect/3
|
$ http --follow pie.dev/redirect/3
|
||||||
```
|
```
|
||||||
|
|
||||||
With `307 Temporary Redirect` and `308 Permanent Redirect`, the method and the body of the original request
|
With `307 Temporary Redirect` and `308 Permanent Redirect`, the method and the body of the original request
|
||||||
are reused to perform the redirected request. Otherwise, a body-less `GET` request is performed.
|
are reused to perform the redirected request. Otherwise, a body-less `GET` request is performed.
|
||||||
|
|
||||||
### Showing intermediary redirect responses
|
### Showing intermediary redirect responses
|
||||||
|
Reference in New Issue
Block a user