forked from zaproxy/zaproxy
-
Notifications
You must be signed in to change notification settings - Fork 2
ApiGen_acsrf
psiinon edited this page Feb 1, 2016
·
7 revisions
Name | Type | Parameters | Description |
---|---|---|---|
optionTokensNames | view | Lists the names of all anti CSRF tokens | |
addOptionToken | action | String*
|
Adds an anti CSRF token with the given name, enabled by default |
removeOptionToken | action | String*
|
Removes the anti CSRF token with the given name |
genForm | other | hrefId*
|
Generate a form for testing lack of anti CSRF tokens - typically invoked via ZAP |
Starred parameters are mandatory
Back to index