TPFreak Wrote:
-------------------------------------------------------
> not a single documentation on how to use it with cookies & variables,
> so it can't be that easy? lol
Thats why I said test map block with curl,
map $http_cookie $checkCookie {
default 0;
~$SHA1 $var;
}
Should work with $var but untested, else you might have to switch to Lua where complex variable handling is 'easier'.
-------------------------------------------------------
> not a single documentation on how to use it with cookies & variables,
> so it can't be that easy? lol
Thats why I said test map block with curl,
map $http_cookie $checkCookie {
default 0;
~$SHA1 $var;
}
Should work with $var but untested, else you might have to switch to Lua where complex variable handling is 'easier'.