Simple iRulesLX JSON rewrite
Problem this snippet solves: Like rewriting the Location field in a redirect, it's sometimes required to rewrite JSON data, returned in an HTTP response.
Whilst it would be possible to write using ...
Updated Jun 06, 2023
Version 2.0Lee_Sutcliffe
Nacreous
Joined September 14, 2009
Nov 25, 2022
Great bit of code and excatly what I'm looking for, but as the response is gzip encoded the irule fails as there is no content length header! is there any other way of capturing the payload without content-length ?