File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff 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//
You can’t perform that action at this time.
0 commit comments