projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd0bd35
)
Added an extra text about % in POST data after comments from Daniel Marell
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 29 Jan 2001 10:24:51 +0000
(10:24 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 29 Jan 2001 10:24:51 +0000
(10:24 +0000)
docs/FAQ
patch
|
blob
|
history
diff --git
a/docs/FAQ
b/docs/FAQ
index 626fd8b5966cbae36b2ce9565db1acf6f84ec517..841504133cef9f8316fad04d5f3f1c4903f98cef 100644
(file)
--- 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