diff --git a/httpsender/README.md b/httpsender/README.md index 07648b82..ff8a38aa 100644 --- a/httpsender/README.md +++ b/httpsender/README.md @@ -13,23 +13,7 @@ They are invoked for proxied requests and requests that originate from ZAP, for // Note that new HttpSender scripts will initially be disabled // Right click the script in the Scripts tree and select "enable" -// 'initiator' is the component the initiated the request: -// 1 PROXY_INITIATOR -// 2 ACTIVE_SCANNER_INITIATOR -// 3 SPIDER_INITIATOR -// 4 FUZZER_INITIATOR -// 5 AUTHENTICATION_INITIATOR -// 6 MANUAL_REQUEST_INITIATOR -// 8 BEAN_SHELL_INITIATOR -// 9 ACCESS_CONTROL_SCANNER_INITIATOR -// 10 AJAX_SPIDER_INITIATOR -// 11 FORCED_BROWSE_INITIATOR -// 12 TOKEN_GENERATOR_INITIATOR -// 13 WEB_SOCKET_INITIATOR -// 14 AUTHENTICATION_HELPER_INITIATOR -// 15 AUTHENTICATION_POLL_INITIATOR -// 16 OAST_INITIATOR -// 17 PARAM_DIGGER_INITIATOR +// 'initiator' is the component the initiated the request. // For the latest list of values see the HttpSender class: // https://github.com/zaproxy/zaproxy/blob/main/zap/src/main/java/org/parosproxy/paros/network/HttpSender.java // 'helper' just has one method at the moment: helper.getHttpSender() which returns the HttpSender