summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-29 10:24:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-29 10:24:51 +0000
commit1b77c1843033c092ec67043af0e9d64a330eb415 (patch)
tree82ccbf266146e793b40135898f24be3dad925f38
parentbd0bd357714490299c5f9b31f9a33fcc17127c84 (diff)
downloadgnurl-1b77c1843033c092ec67043af0e9d64a330eb415.tar.gz
gnurl-1b77c1843033c092ec67043af0e9d64a330eb415.tar.bz2
gnurl-1b77c1843033c092ec67043af0e9d64a330eb415.zip
Added an extra text about % in POST data after comments from Daniel Marell
-rw-r--r--docs/FAQ3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 626fd8b59..841504133 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -325,6 +325,9 @@ FAQ
In win32, the standard DOS shell treats the %-letter specially and you may
need to quote the string properly when % is used in it.
+ Also note that if you want the literal %-letter to be part of the data you
+ pass in a POST using -d/--data you must encode it as '%25'.
+
4.3. How can I use {, }, [ or ] to specify multiple URLs?
Because those letters have a special meaning to the shell, and to be used in