aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-07 22:23:55 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-07 22:23:55 +0200
commit1a9bc2950b4235276c25ce9ec4f5a6d2e8cc9ac0 (patch)
treed2b8c0539532eaa5eb3193dcd58ff030c25628aa /README
parent9ac714c239cd99cb186f5871a6d05040aab73c24 (diff)
cookie support: correct invocations of script, various fixes. almost a basic working version
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 8a2c48f..a16638d 100644
--- a/README
+++ b/README
@@ -118,7 +118,9 @@ The script specific arguments are this:
$8 url of item to download
* cookie handler
$8 GET/PUT
- $9 cookie (only with PUT requests)
+ $9 request address host (if current page url is www.foo.com/somepage, this could be something else then foo, eg advertising from another host)
+ $10 request address path
+ $11 cookie (only with PUT requests)
KNOWN BUGS
- Segfaults when using zoom commands (happens when max zoom already reached?).