Running 9.400-9
Have set up a virtual server, for a web server for https.
I can get to my landing page OK, when I click on a link to go to a deeper level, I get:
The web application firewall has blocked access to /folder for the following reason: No signature found.
WAF log:
Thanks Bob, thank worked.
After putting in the Exception for 'Static URL hardening' for /folder, I could get to:
mydomain/folder/index.php
But it would not show the login fields on that page. Going back to the Virtual Webserver settings and turning on 'Skip Form hardening' and the username/password field appeared.
So good that it works, but bad that I've had to forgo these protections.
Suppose this is just the way it has to be?
Hi,
in Static URL hardening you configure so called entry URLs. You have defined '/' as entry URL. Therefore, every link you can reach from '/' is signed.
But if you make a separate request to '/folder/index.php', this URL has no signature and is therefore blocked. That's how Static URL hardening works.
If you want to reach '/folder/index.php' without going through a link on '/', then either you have to configure '/folder/index.php' as entry URL or you have to configure an exception for it.
Sabine
I believe that your web programmer would need to make some coding changes - I don't think you can "harden" a form in Webserver Protection unless the form is done differently than it is now.
Cheers - Bob
PS When I first posted this, I saw your last comment, Sabine - thanks! Is there a document that describes for our clients' web programmers what they need to adjust in various cases where we have to make an exception or disable a protection altogether?
BAlfson said:PS When I first posted this, I saw your last comment, Sabine - thanks! Is there a document that describes for our clients' web programmers what they need to adjust in various cases where we have to make an exception or disable a protection altogether?
Yes, some information to give to our web programmer would be very helpful. The more exceptions you have to create, the less useful the WAF becomes.