-
Other new possibility:
_MATCH EXEC "(.+)" SHA1
_EXEC your_sha1.sh
The generated string is stored in the variable SHA1 and can be accessed with $SHA1.
2010-01-04 12:51:50 UTC by ia97lies
-
Resolved:
---8
2009-12-10 07:52:58 UTC by trtuha
-
Tried this:
BLOCK bar
_MATCH exec "(.*)" MYURL
_EXEC echo /
_DEBUG $MYURL
END
BLOCK foo
_DEBUG $1
_REQ www.google.com 80
__GET $1 HTTP/1.1
__Connection: close
__Content-Length: AUTO
__
_WAIT
END
CLIENT
_CALL bar
_DEBUG $MYURL
# works with constant parameter
#_CALL foo /
# do not work...
2009-12-09 18:54:32 UTC by trtuha
-
Hi,
I need to calculate SHA-1 parameter to the request URL, how to do that?
Example request:
_GET /path/to/my/file?action="domagic"&SHA1=*"SHA-1 calculated from string "domagic""* HTTP/1.1
I've external script for hash calculations, but i don't know how to integrate it to URL generation.
-Thomas.
2009-12-09 17:36:47 UTC by nobody
-
_TIMEOUT 1000
_RECV POLL
Do not end in a Second, duration much longer. Why?.
2009-11-16 13:25:36 UTC by ia97lies
-
ia97lies made 1 file-release changes.
2009-11-10 12:03:01 UTC by ia97lies
-
ia97lies made 1 file-release changes.
2009-11-10 11:56:01 UTC by ia97lies
-
ia97lies made 2 file-release changes.
2009-11-10 11:55:04 UTC by ia97lies
-
ia97lies made 1 file-release changes.
2009-11-10 11:54:01 UTC by ia97lies
-
ia97lies made 4 file-release changes.
2009-11-10 11:53:01 UTC by ia97lies