Skip to content

Commit

Permalink
Remove and just leave link for inits
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin authored Apr 8, 2024
1 parent 7d06002 commit 43097fd
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions httpsender/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43097fd

Please sign in to comment.