Hi team,
I want to exclude login/logout urls from context for all applications scanned by zap and in trying to do do, I want to add the regex in the option "URLS which will be excluded from context".
For example, I want to exclude any url which contains the following keywords: signin, signout, login, logout.
Can I define regular expressions like below in " "URLS which will be excluded from context" :
\Qlogin\E
\Qlogout\E
\QSignin\E
\Qsignout\E
Thanks,
Kamalpreet