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

Bug: Proxy handling is not correct #358

Open
3 tasks
wurzelkuchen opened this issue Feb 11, 2025 · 0 comments
Open
3 tasks

Bug: Proxy handling is not correct #358

wurzelkuchen opened this issue Feb 11, 2025 · 0 comments
Labels
bug codeImplementationNeeded This issue requires a change in the code of Neodymium

Comments

@wurzelkuchen
Copy link
Contributor

Quick Description

We currently have some issues with proxies.

  1. External Proxies with authentication do not work right now, this need to be fixed
  2. We try to open local proxies even if we are working in a remote environment like browserstack, this will lead to unpredictable errors, and needs to be fixed.

Tasks

  • Make an overview on all kinds of proxies we support, how they work, how they are configured and how this is documented
  • Fix proxy authentication for external proxies
  • Throw an error if someone has configured a local proxy in combination with an external environment.

Actual Behaviour

Proxies do not work as expected.

Expected Behaviour

Proxies should work as expected ;)

@wurzelkuchen wurzelkuchen added bug codeImplementationNeeded This issue requires a change in the code of Neodymium labels Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug codeImplementationNeeded This issue requires a change in the code of Neodymium
Projects
None yet
Development

No branches or pull requests

1 participant