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
I'm trying to add /Login and /Login/ForgotPassword to the list of excluded URIs in order to avoid getting blocked due to many retries. I can't get the exclusions to work. Doc says it's an "array of regular expressions" and the code simply pass them to ZAP. I tried an array of strings, with and without slashes and also "sandwiching" them with .* in order to match those values in any part of the URI. Any clues?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to add /Login and /Login/ForgotPassword to the list of excluded URIs in order to avoid getting blocked due to many retries. I can't get the exclusions to work. Doc says it's an "array of regular expressions" and the code simply pass them to ZAP. I tried an array of strings, with and without slashes and also "sandwiching" them with
.*
in order to match those values in any part of the URI. Any clues?Beta Was this translation helpful? Give feedback.
All reactions