18-May-2017 10:14
So, when I put a VS behind a policy I get this error ERR_CONTENT_LENGTH_MISMATCH WHY? I have tried everything. Any help would be nice. It happens in Chrome. I have searched F5 docs and found nothing.
19-May-2017 09:33
What version of BIGIP is this happening on? Have you taken a tcpdump and reviewed the HTTP Request to ensure content length matches with the actual data?
tcpdump -i 0.0:nnn -w /var/tmp/xyz.pcap host and host
Do you see any errors in /var/log/ltm and /var/log/asm at the time of the request?
20-May-2017 23:39
JG2017 have you tried adding response chunking in http profile to rechunck or selective. Regarding what is causing mismatch. you need to capture traffic using http watch or fiddler.
20-Jan-2019 05:15
You can write irule below and check.
when HTTP_RESPONSE { HTTP::disable }
map this to vs .