aboutsummaryrefslogtreecommitdiff
path: root/docs/FAQ
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-02-02 15:38:29 +0100
committerDaniel Stenberg <daniel@haxx.se>2015-02-02 15:38:29 +0100
commit7b5348415f10be35742c5088643a9b8c0d7694b8 (patch)
tree0a8aa4f8588777c11e0a3d3e7384ad1ddb7f3064 /docs/FAQ
parentc49e2289163e307872bd9912dd8526b187c728f3 (diff)
FAQ: minor edit of 3.22
Diffstat (limited to 'docs/FAQ')
-rw-r--r--docs/FAQ5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 043b7bbc1..0e6496cc4 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -764,8 +764,9 @@ FAQ
request-body in a GET request with something like "curl -X GET -d data
[URL]"
- Note that -X doesn't change curl's behavior. It only modifies the actual
- string sent in the request.
+ Note that -X doesn't actually change curl's behavior as it only modifies the
+ actual string sent in the request, but that may of course trigger a
+ different set of events.
Accordingly, by using -XPOST on a command line that for example would follow
a 303 redirect, you will effectively prevent curl from behaving