iRule Security 101 - #01 - HTTP Version
When looking at securing up your web application, there are a set of fairly standard attack patterns that application firewalls make use of to protect against those bad guys out there who are tryin...
Published Aug 13, 2007
Version 1.0ben_n_114923
Nimbostratus
Jan 30, 2013This doesn't seem to work any more as HTTP::version will only ever return 0.9, 1.0 or 1.1.
If I use fiddler to send HTTP version 2.0, HTTP::version returns 1.0 while 1.9 returns 0.9.
Only way we can find to do this is grabbing the TCP data and pulling the original HTTP version out of that data.