We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c863d commit 5a26c8aCopy full SHA for 5a26c8a
1 file changed
auth.md
@@ -123,6 +123,7 @@ Assume for example we have `token.authToken = 123456`.
123
In the following auth requests, then the fuzzer will make requests with HTTP header: `Authorization:Bearer 123456`.
124
The `sendTemplate` is interpolated, where the string `{token}` is replaced with the actual token value we extract.
125
126
+Note that, if `extractFrom` is `header`, then `extractSelector` will represent the name of the HTTP header the token is extracted from.
127
128
## Fuzzer Configurations
129
0 commit comments