Forum Discussion
Log4j2
Altocumulus
May 10, 2022iRule [string range...] not chunking data properly
I have an irule (much of which I found here) that is to gather some much needed troubleshooting data I need in regards to the headers and payload I have coming in. The payload is obvisouly too large...
- May 11, 2022
In fact I have just grabbed this from an iRule i recently wrote. Almost the same, with fixed values. Note the end is 99 but the increment is 100. As you say, string range is zero-indexed
for {set start 0; set end 99} {$start < [HTTP::payload length]} {incr start 100;incr end 100} { log local0.debug "[string range [HTTP::payload] $start $end ]" }
Fred_Slater_856
Aug 24, 2015Historic F5 Account
There is no iapp feature that runs custom code on delete. One possible workaround is to write an icall script to periodically check for your app service object, and execute the desired actions when it finds it missing.
Fred_Slater_856
Aug 24, 2015Historic F5 Account
No need for feature request. In upcoming iAppLX, you can execute custom code on delete.