Forum Discussion
tbriot
Altocumulus
Sep 18, 2019AWS F5 Managed WAF rules not blocking simple SQL injection
We have subscribed to the "F5 Rules for AWS WAF - API Security Rules". Product page: https://aws.amazon.com/marketplace/pp/B07M948X2H. A Web ACL has been created in our AWS account using this group ...
It would be more efficient to only check for the Location header on redirects. Also, if you want to preserve the URI in the redirect, you should use string map:
when HTTP_RESPONSE {
if { [HTTP::is_redirect] and [HTTP::header Location] starts_with "http://newsite.apa.org:443"} {
log local0. "Location [HTTP::header Location]"
HTTP::header replace Location "[string map "http://newsite.apa.org:443 http://newsite.apa.org" [HTTP::header Location]]"
}
}
Aaron
- Stanislas_Piro2Oct 05, 2017
Cumulonimbus
Use
create auth partition mypart
- RaghavendraSYOct 06, 2017
Altostratus
Log in to the Traffic Management Shell (tmsh) by entering the following command: tmsh
Create the partition using the following command syntax: create /auth partition
Save the change by typing the following command: save /sys config