Hello there,
I asked a similar question quite a while ago but I still haven't come up with a solution ...
One of the websites I am penetration testing makes requests to
sentry.io.
When I run an OWASP Zap scan, many requests are made to sentry,io and then I start seeing a 429 (Too Many Requests) response.
I would like to configure OWASP ZAP to not make any requests at all to
sentry.io as stopping them should not affect the website I am testing.
In the GUI, I have tried:
- Defining a Global exclude URL:
^https?://.*\.sentry\.io.*$
- Also adding this URL to the "Exclude from Scanner" and "Exclude from Spider" and "Exclude from Proxy" session properties.
However I am still seeing 429's.
Is there anything else I can do?
Many thanks!