Hello,
I need to add local storage to api.spider.scan(endpoint.getUrl(), null, "true", contextName, "true") before scanning starts.
Is this possible? I found almost nothing on the Internet. I seem to have figured out how to connect the script.
api.script.load(...)
But I don’t understand what URL I need to insert instead of
http://localhost:3000 so that Owasp Zap adds local storage to the URL when it scans?
Or does it not work like that?
Thanks for the help.