zap-java-api icon indicating copy to clipboard operation
zap-java-api copied to clipboard

A client API for OWASP ZAP that uses Java types.

Results 4 zap-java-api issues
Sort by recently updated
recently updated
newest added

There's a test in ZAProxyScannerTest called testCookiesWithMakeRequest that illustrates the issue. Basically, the expected behaviour is this: - login to app, that sets a cookie - grab a copy of...

https://code.google.com/p/zaproxy/issues/detail?id=1611

Hi I am looking again at the zap java api. And I am writing a regex to exclude jpg, png and gif paths from the spider. zapSpider.excludeFromSpider("\\.(?!(jpg|png|gif)$)[a-z]+$"); zapSpider.spider(myApp.BASE_URL); int spiderID...