I'm running into an issue where I'm automating a complex authentication sequence, where there is a redirect to a third party domain. Once a browser starts up, selenium will log in right away which works great in the zaproxy desktop.
When I run this from a baseline scan with the -j its failing waiting for the e-mail input box on the third party page. A screenshot shows "(403 Forbidden) Out of Ajax Spider Scope"
I had been passing a context, with a specific regex for each domain, even tried .* (this gets loaded at the beginning of the selenium script with an import). Again I know this works becuase I see it show up when using the desktop version.
The only other thing I can think of is In the ajax-spider dialog there is subtree-only and context setting and wondering if these need to be passed in separately via a config option? What would be the keys for these?
Any other ideas what I can look at?
Thanks in advance,
Frank