Mar 06, 2018
Hi Niels,
This worked great, but I had to make a few adjustments before everything would load, when following your example in the preparation step. I got an error similar to this:
01070151:3: Rule [/Common/hibp_plugin/hibp_irule] error: Unable to find app_project (hibp-plugin) referenced at line 13: [ILX::init hibp-plugin hibp-extension]
I had to change
set rpc_handle [ ILX::init hibp-plugin hibp-extension ]
to set rpc_handle [ ILX::init hibp_plugin hibp_extension ]
before I could commit the changes.
Otherwise this works great and I'm considering putting it to use.
Thanks.
Josh Becigneul