For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Ivan_383532's avatar
Ivan_383532
Icon for Nimbostratus rankNimbostratus
Feb 13, 2019
Solved

Loading DLLs within iRules?

Hello, Is it possible to load DLLs/SOs within I rules using the TCL load command? Something like when HTTP_REQUEST { load [file join [pwd] mylib.DLL] ... call some fun...