Forum Discussion

ngkin2010's avatar
ngkin2010
Icon for Nimbostratus rankNimbostratus
Apr 14, 2020

Effect of Rewriting HTTP Response

Hi mates,   I have write a simple F5 iRule to rewrite the HTTP response on LTM.   The code is simple: when HTTP_RESPONSE { if [HTTP::header "Content-Length"] > 50000000 { HTTP:...