We wanted to be able to specify error codes on the WAF.
The WAF by default responds to blocked requests with 403
added a response_code field to some variables with a specified default of 403
I realize this module doesn't consider if somebody wants to add custom response bodies in addition to codes, but I tabled that for a future PR in case we care to do so. For now it just assumes that if you specify error code 403 that you won't need to provide additional information
We wanted to be able to specify error codes on the WAF.
I realize this module doesn't consider if somebody wants to add custom response bodies in addition to codes, but I tabled that for a future PR in case we care to do so. For now it just assumes that if you specify error code 403 that you won't need to provide additional information