You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Tells whether or not the active scanner should inject the HTTP request header X-ZAP-Scan-ID, with the ID of the scan rule that's sending the requests.
264
271
**/
@@ -719,6 +726,14 @@ Ascan.prototype.setOptionDelayInMs = function (args) {
* Returns the URLs of the HTTP messages that match the given regular expression in their history Tags optionally filtered by URL and paginated with 'start' position and 'count' of messages.
52
+
* @param {string} regex
53
+
* @param {string} baseurl - The highest URL in the Sites tree under which URLs should be included.
* Returns the URLs of the HTTP messages that match the given regular expression in the request optionally filtered by URL and paginated with 'start' position and 'count' of messages.
52
73
* @param {string} regex
@@ -131,6 +152,27 @@ Search.prototype.messagesByUrlRegex = function (args) {
* Returns the HTTP messages that match the given regular expression in their history Tags optionally filtered by URL and paginated with 'start' position and 'count' of messages.
157
+
* @param {string} regex
158
+
* @param {string} baseurl - The highest URL in the Sites tree under which messages should be included.
* Returns the HTTP messages that match the given regular expression in the request optionally filtered by URL and paginated with 'start' position and 'count' of messages.
136
178
* @param {string} regex
@@ -215,6 +257,27 @@ Search.prototype.harByUrlRegex = function (args) {
* Returns the HTTP messages, in HAR format, that match the given regular expression in their history Tags optionally filtered by URL and paginated with 'start' position and 'count' of messages.
262
+
* @param {string} regex
263
+
* @param {string} baseurl - The highest URL in the Sites tree under which URLs should be included.
* Returns the HTTP messages, in HAR format, that match the given regular expression in the request optionally filtered by URL and paginated with 'start' position and 'count' of messages.
0 commit comments