We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After #3923 is implemented use the newly introducedlogout section inside the ZAP wrapper and configure the ajax crawler logout exclude for the scan.
logout
xpath
htmlElement
The text was updated successfully, but these errors were encountered:
Add logout prevention to ajax crawler #3924
2f1e1c1
- add ZAP API call - add ajax crawler logout prevention exclude - add test cases
Improve error message of ZAP wrapper applciation #3924
d97d435
winzj
Successfully merging a pull request may close this issue.
ToDo
After #3923 is implemented use the newly introduced
logout
section inside the ZAP wrapper and configure the ajax crawler logout exclude for the scan.Important
xpath
is case-sensitive since it can be important to locate the elementhtmlElement
is NOT case-sensitive and we will always save it in lower case formatThe text was updated successfully, but these errors were encountered: