From ac7533f7b3deeac4040b4bc4dcc926aac0591a85 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Sun, 1 Sep 2024 04:40:15 +1000 Subject: [PATCH] http: update page (#13537) Co-authored-by: spageektti --- pages/common/http.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/http.md b/pages/common/http.md index f280bc19e0..41254c70f4 100644 --- a/pages/common/http.md +++ b/pages/common/http.md @@ -11,9 +11,9 @@ `http --print {{H|B|h|b|m|Hh|Hhb|...}} {{https://example.com}}` -- Specify the HTTP method when sending a request: +- Specify the HTTP method when sending a request and use a proxy to intercept the request: -`http {{GET|POST|HEAD|PUT|PATCH|DELETE|...}} {{https://example.com}}` +`http {{GET|POST|HEAD|PUT|PATCH|DELETE|...}} --proxy {{http|https}}:{{http://localhost:8080|socks5://localhost:9050|...}} {{https://example.com}}` - Follow any `3xx` redirects and specify additional headers in a request: