v11.1–External File Access from iRules via iFiles
New in BIG-IP version 11.1 are iFiles, a feature that allows users to load files through tmsh or the GUI onto the BIG-IP which can be referenced from iRules. This has an immediate use case of supplan...
Updated Feb 01, 2023
Version 2.0JRahm
Admin
Joined January 20, 2005
JRahm
Admin
Joined January 20, 2005
hooleylist
Aug 27, 2012Cirrostratus
Also, if you have over 4Mb of content you want to serve, you could save them to multiple data groups and then concatenate them in the response
HTTP::respond 200 content "[ifile get ifile1][ifile get ifile2]"
Aaron