How to detect request headers stored in the library #931
Unanswered
Evilglory1371
asked this question in
Q&A
Replies: 1 comment
-
Hey, you could write a custom connector that reads information from the database and populates a Coraza transaction with all the data that you wish to analyze. coraza/internal/corazawaf/transaction_test.go Lines 199 to 213 in f1cfd13 Here rules are added to the WAF instance, a transaction is created, and request headers are added and processed. Finally, it is checked if an interruption occurred. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a question. What should I do to detect known request headers stored in the database? How to operate it specifically, for example, when I retrieve a request header from the database, where should I put it for detection?
Beta Was this translation helpful? Give feedback.
All reactions