We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2102a40 commit 8dd39f5Copy full SHA for 8dd39f5
targeted/WebCacheDeception.js
@@ -38,7 +38,7 @@ function sendGetWithOriginalHeaders(originalReqHeader, url) {
38
var port = uri.getPort();
39
msg.getRequestHeader().setHeader("Host", port > 0 && port !== 80 && port !== 443 ? host + ":" + port : host);
40
41
- // Send it
+ // Send it as manual request ( this will show in history )
42
var sender = new HttpSender(
43
Model.getSingleton().getOptionsParam().getConnectionParam(),
44
true,
0 commit comments