We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11c6c1f + 86d59f1 commit 3cfe6cbCopy full SHA for 3cfe6cb
docs/user-guide/scanprocesses/Zap.md
@@ -96,10 +96,10 @@ A full example target looks like this:
96
{
97
matchType:"REQ_HEADER",
98
description:"Add a special Authentication Header",
99
- matchString:"Authorization: Basic QWxhZGRpbjpPcGVuU2VzYW1l",
+ matchString:"Authorization",
100
initiators:"",
101
matchRegex:"false",
102
- replacement:"Authorization: Basic QWxhZGRpbjpPcGVuU2VzYW1l",
+ replacement:"Basic QWxhZGRpbjpPcGVuU2VzYW1l",
103
enabled:"true"
104
}
105
]
0 commit comments