mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 16:40:03 +03:00
Follow redirect in httpie
Without the `--follow` the answer looks successful but empty.
This commit is contained in:
parent
8351747d98
commit
386580aebd
|
@ -187,7 +187,7 @@ We can now access our API, both from the command-line, using tools like `curl`..
|
|||
|
||||
Or using the [httpie][httpie], command line tool...
|
||||
|
||||
bash: http -a admin:password123 http://127.0.0.1:8000/users/
|
||||
bash: http --follow -a admin:password123 http://127.0.0.1:8000/users/
|
||||
|
||||
HTTP/1.1 200 OK
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue
Block a user