Forum Discussion
BlurredVision_1
Nimbostratus
Jan 30, 2008CCN Scrubber not matching card numbers...
All,
I am working on an iRule demo to show people how darn powerful these things are. The CCN Scrubber is an ideal candidate. Only thing is I can't get it working.
As I am putting t...
BlurredVision_1
Nimbostratus
Jan 30, 2008The rule is still not working for me, but I found the first culprit: compression
to turn it off, first create an http profile for your VS that sets compression to "Selective", then, turn off compression in your HTTP_REQUEST:
when HTTP_REQUEST {
Don't allow data to be chunked
if { [HTTP::version] eq "1.1" } {
if { [HTTP::header is_keepalive] } {
HTTP::header replace "Connection" "Keep-Alive"
}
HTTP::version "1.0"
}
COMPRESS::disable <-- This is the line you add..
}
Now I am getting payload that is uncompressed. Only issue is, I am getting payload I don't care about (ie: gif, jpg etc..)
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
