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

Add possibility to use credentials on a HTTP proxy #299

Open
5 tasks
wurzelkuchen opened this issue Oct 22, 2024 · 0 comments
Open
5 tasks

Add possibility to use credentials on a HTTP proxy #299

wurzelkuchen opened this issue Oct 22, 2024 · 0 comments
Labels
codeImplementationNeeded This issue requires a change in the code of Neodymium docsNeeded The documenttion needs to be checked if there are changes needed and if so, adaptions should be made improvement

Comments

@wurzelkuchen
Copy link
Contributor

Quick Description

We do have the possibility to configure a proxy inside Neodymium. If the proxy is a socks proxy, we can use authentication. For HTTP proxies however this is currently not possible.
Since webpages can use geolocation lookups to provide specific versions of their page, having a secured proxy would be great.

User Story

As a testautomation engineer,
I want to simply configure an authentication for a given HTTP proxy
so that I can access pages, which are accessible from certain geolocations only

Functional Requirements

  • Add a way to use a proxy with an authentication via our configuration
  • Add neodymium.proxy.userName and neodymium.proxy.password properties to configure this proxy

Documentation Requirements

  • Document the new configuration accordingly in our wiki

Test Requirements

  • Do a smoke test on an external test suite like the neodymium example with a given proxy
  • Add unit tests as far as possible

Additional Information

A possible solution was done for a customer project. Ask @oomelianchuk for details on this.

@wurzelkuchen wurzelkuchen added improvement docsNeeded The documenttion needs to be checked if there are changes needed and if so, adaptions should be made codeImplementationNeeded This issue requires a change in the code of Neodymium labels Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codeImplementationNeeded This issue requires a change in the code of Neodymium docsNeeded The documenttion needs to be checked if there are changes needed and if so, adaptions should be made improvement
Projects
None yet
Development

No branches or pull requests

1 participant