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 04, 2015
Hi!
Had the pleasure of borrowing a charger so I could test the rule. I made a mistake in the one I sent to you above. Sorry about that, I should've tested it. 🙂
Try this one instead (to show the entries):
when HTTP_REQUEST {
set response ""
foreach tablename [table keys -subtable "metatable"] {
foreach $key [table keys -subtable $tablename] {
set value [table lookup -notouch -subtable $tablename $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
