Forum Discussion
kai_wang_48807
Nimbostratus
Feb 02, 2007uri query usage
Please help check the following usage
When CLIENT uri is like http://123.com/123=?456=sss&ABC=123&SSS
The BIGIP prompt the following iRule is wrong:
set query [URI::query [HTTP::uri] "ABC"]
log local0. "msisdn is $query"
set path [URI::path [HTTP::uri] "ABC" "&"]
log local0. "Path of uri [HTTP::uri] is $path"
Please give some suggestion
2 Replies
No RepliesBe the first to reply