Skip to content

Commit 5a26c8a

Browse files
committed
further clarification
1 parent 81c863d commit 5a26c8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

auth.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Assume for example we have `token.authToken = 123456`.
123123
In the following auth requests, then the fuzzer will make requests with HTTP header: `Authorization:Bearer 123456`.
124124
The `sendTemplate` is interpolated, where the string `{token}` is replaced with the actual token value we extract.
125125

126+
Note that, if `extractFrom` is `header`, then `extractSelector` will represent the name of the HTTP header the token is extracted from.
126127

127128
## Fuzzer Configurations
128129

0 commit comments

Comments
 (0)