Forum Discussion
nrelihan_68143
Jul 12, 2011Nimbostratus
Blacklist iRule Chrome browser Problem
Hey all,
I have an issue when I do a scan on the http payload using chrome I can't find the following value "reqID=doLogin".
When running in ie or Firefox I have no such issue.
If I don't look for this payload info, and just a post method chrome has no issue with the iRule.
if { [HTTP::payload] contains "reqID=doLogin" && [HTTP::method] equals "POST" }
Also, if I simply just try and write the whole HTTP::payload value to a log it doesn't seem to be catching it in Chrome.
When this iRule is assigned to the Virtual Server (iBB in this case):
1.Check any user that attempts a login.
2.Check if the user is on either the Blacklist or Watchlist based upon that user IP after attempted login.
3.If the user is on the Balcklist, log and deny the user access to progress.
4.If the user is on the Watchlist, log and allow the user access to progress.
Browser version: IE 8 - Firefox 5.0 - Chrome 12.0.742.91
Has anyone had issues with Chrome before?
Thanks for your time.
Neil
- hooleylistCirrostratusHi Paul,
when HTTP_REQUEST { log local0. "UA: [HTTP::header User-Agent]" log local0. "Current payload: ([HTTP::payload length] bytes) [HTTP::payload]" ...
- Colin_Walker_12Historic F5 AccountKeep in mind that with a large payload that's going to be dumping a LOT to the log, which may induce a small amount of latency in the connection.
- nrelihan_68143NimbostratusOk Thanks Aaron,
Recent 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