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
Copy file name to clipboardExpand all lines: zap/src/main/resources/org/zaproxy/zap/resources/Messages.properties
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1314,8 +1314,10 @@ copy.copy.popup = Copy
1314
1314
copy.desc = Provides a right click option to copy highlighted text
1315
1315
1316
1316
core.api.action.accessUrl = Convenient and simple action to access a URL, optionally following redirections. Returns the request sent and response received and followed redirections, if any. Other actions are available which offer more control on what is sent, like, 'sendRequest' or 'sendHarRequest'.
1317
+
core.api.action.accessUrl.param.contextName = The user's context, ignored if the user name is not provided.
1317
1318
core.api.action.accessUrl.param.followRedirects =
1318
1319
core.api.action.accessUrl.param.url =
1320
+
core.api.action.accessUrl.param.userName = The name of the user to access the URL with.
1319
1321
core.api.action.addProxyChainExcludedDomain = Adds a domain to be excluded from the outgoing proxy, using the specified value. Optionally sets if the new entry is enabled (default, true) and whether or not the new value is specified as a regex (default, false).
@@ -1357,8 +1359,10 @@ core.api.action.saveSession = Saves the session.
1357
1359
core.api.action.saveSession.param.name = The name (or path) of the session. If a relative path is specified it will be resolved against the "session" directory in ZAP "home" dir.
1358
1360
core.api.action.saveSession.param.overwrite = If existing files should be overwritten, attempting to overwrite the files of the session already in use/saved will lead to an error ("already_exists").
1359
1361
core.api.action.sendRequest = Sends the HTTP request, optionally following redirections. Returns the request sent and response received and followed redirections, if any. The Mode is enforced when sending the request (and following redirections), custom manual requests are not allowed in 'Safe' mode nor in 'Protected' mode if out of scope.
1362
+
core.api.action.sendRequest.param.contextName = The user's context, ignored if the user name is not provided.
core.api.other.rootcert = Gets the Root CA certificate used by the local proxies.
1432
1436
core.api.other.sendHarRequest = Sends the first HAR request entry, optionally following redirections. Returns, in HAR format, the request sent and response received and followed redirections, if any. The Mode is enforced when sending the request (and following redirections), custom manual requests are not allowed in 'Safe' mode nor in 'Protected' mode if out of scope.
1437
+
core.api.other.sendHarRequest.param.contextName = The user's context, ignored if the user name is not provided.
0 commit comments