Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add waf rule to inspect and match header values for all incoming requests. #188

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

OlamideOl1
Copy link
Contributor

@OlamideOl1 OlamideOl1 commented Apr 3, 2024

Add waf rule to inspect and match header values for all incoming requests
This rule will check the specified header and against the specified value and carry out the action (count or block) provided if there is a match.
A sample use case is to match all requests containing www.example.com in the host header and block / count them.
You can also use this to match authentication values by checking the value in the request header against a preset value.

@OlamideOl1 OlamideOl1 marked this pull request as ready for review April 3, 2024 16:11
@OlamideOl1 OlamideOl1 requested a review from jferris as a code owner April 3, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants