Forum Discussion
Jason_X_186825
Feb 16, 2015Nimbostratus
gzip string compression?
Hi,
I've been asked to send a JSON message containing various http headers and an XML payload from the HTTP request and HTTP response. Basically Logging the API calls and replies for downstream ana...
Feb 16, 2015
Hi,
in case you are on v11 you can use iFiles. The size limit is 4 MByte. An iFile can be imported via tmsh to the TMOS filestore and is available in an iRule. Place the file into a dedicated directory and run the following (works for a list of files):for file in `ls`; do ls -l | grep -iv '^total' | echo "tmsh create sys file ifile "$file" source-path file:"`pwd`"/"$file | bash -x; done
for file in `ls`; do ls -l | grep -iv '^total' | echo "tmsh create ltm ifile "$file" file-name "$file | bash -x; done
Maybe an automatism to compress and import into filestore is a workaround?
Thanks, StephanRecent 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