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
Some authentication mechanisms require multiple steps and some redirects which can be accessible only by proxies. Currently such redirects would fail because the proxy is either set or not.
Wanted
It must be possible to provide a PAC file, which enables the browser to handle proxy settings during redirects dynamically.
Solution
update the ZAP wrapper application to set the PAC file for the browser on webdriver creation
update the owasp-zap.sh to handle the file like already done for the authentication scripts
add documentation, especially because naming of environment variables and paths is important
The text was updated successfully, but these errors were encountered:
Situation
Some authentication mechanisms require multiple steps and some redirects which can be accessible only by proxies. Currently such redirects would fail because the proxy is either set or not.
Wanted
It must be possible to provide a PAC file, which enables the browser to handle proxy settings during redirects dynamically.
Solution
owasp-zap.sh
to handle the file like already done for the authentication scriptsThe text was updated successfully, but these errors were encountered: