Hi,
I'm new to ZAP, and I want to use the form based Authentication method to scan my application. Unfortunately, the "Login Form Target URL" has an additional query String that is of the form : /account/login?id=UUID . Of course the UUID changes at each new authentication and is generated by an IdP server I'm redirected to when I want to authenticate in my application.
Is there a way to use regex in the "Login Form Target URL" so that ZAP uses the id=UUID coming from a previous request when it does the POST request ?
Thanks,
Frank