Robert_47833
May 12, 2011Altostratus
return and HTTP::redirect usage
Hi,I have a irule like this
if {$uri matches_regex "^/(help/)"}
{
HTTP::redirect ]
pool cjj1
return
}
else{
pool cjj2
}
1:don't know the true meaning of return
2:can I use
HTTP::redirect http://[HTTP::HOST][HTTP::uri]
pool cjj1
in this way?