Forum Discussion
jrmorris_151361
Nimbostratus
Jul 30, 2015How to view session table created with iRule
Hi, I have created the following iRule. I know the reject is commented out and the limit is high. But for now, I want to monitor what the iRule actually catches. Is there a way for me to view the tab...
Aug 08, 2015
Yeah, there was a dollar too much there. 🙂
when HTTP_REQUEST {
set response ""
foreach tablename [table keys -subtable "metatable"] {
foreach key [table keys -subtable $tablename] {
set value [table lookup -notouch -subtable $key]
set response "$response
$key = $value"
}
}
HTTP::respond 200 content $response
}
/Patrik
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
