Forum Discussion
zhang_san_10139
Nimbostratus
14 years agoiRules containing double-byte characters
When the BIG-IP system configuration with an iRule
containing double-byte characters is upgraded to version 10.1.0, the
system does not properly load the iRule
when using...
nitass
Employee
14 years agoGeorge, nice tip! thanks.
this works for me.
[root@ve1023:Active] config b rule myrule list
rule myrule {
when HTTP_REQUEST {
HTTP::respond 200 content [b64decode "JiMzNjA3OyYjMzYwNDsmIzM2MjY7JiMzNjI5OyYjMzYxMDs="] "Content-Type" "text/html; charset=UTF-8"
}
}