Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDS ZAP: Enable handling of PAC file for firefox using templates and assets #3834

Open
3 tasks
winzj opened this issue Jan 29, 2025 · 0 comments
Open
3 tasks

Comments

@winzj
Copy link
Member

winzj commented Jan 29, 2025

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

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant