Skip to content

Commit f17ef7c

Browse files
authored
Update httpsender initiator list (#439)
* Remove and just leave link for inits --------- Signed-off-by: kingthorin <[email protected]>
1 parent 3db301e commit f17ef7c

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

httpsender/README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,9 @@ They are invoked for proxied requests and requests that originate from ZAP, for
1313
// Note that new HttpSender scripts will initially be disabled
1414
// Right click the script in the Scripts tree and select "enable"
1515

16-
// 'initiator' is the component the initiated the request:
17-
// 1 PROXY_INITIATOR
18-
// 2 ACTIVE_SCANNER_INITIATOR
19-
// 3 SPIDER_INITIATOR
20-
// 4 FUZZER_INITIATOR
21-
// 5 AUTHENTICATION_INITIATOR
22-
// 6 MANUAL_REQUEST_INITIATOR
23-
// 8 BEAN_SHELL_INITIATOR
24-
// 9 ACCESS_CONTROL_SCANNER_INITIATOR
25-
// 10 AJAX_SPIDER_INITIATOR
26-
// For the latest list of values see the HttpSender class:
27-
// https://github.com/zaproxy/zaproxy/blob/main/zap/src/main/java/org/parosproxy/paros/network/HttpSender.java
16+
// 'initiator' is the component that initiated the request.
17+
// For the latest list of values see the "Request Initiator" entries in the constants documentation:
18+
// https://www.zaproxy.org/docs/constants/
2819
// 'helper' just has one method at the moment: helper.getHttpSender() which returns the HttpSender
2920
// instance used to send the request.
3021
//

0 commit comments

Comments
 (0)