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

Correct auth for same proxy address #64

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

pubkeypin
Copy link

No description provided.

…ion.

If such a previous decision is not found, repeat the selection process.
- we know what proxy should be used,
- this corresponds with the proxy used (host and port) and
- we have a username or password to give away.

Keep the "authPending" logic.
…ntials

used for authentication.

We get this info from proxy_for_requestID, based on the url/address from
the actual host via function proxyRequest (from cache or directly).
proxy_for_requestID .
No need for this special cache anymore.
To stop computing content of authData here, was the goal of this patch series.

It stored credentials only for the last proxy configuration with the same
proxy address and "forgot" earlier configurations.
Disabled proxies were not sorted out, different ports were ignored

In case of different proxy configurations with the same address, always the
same username and password (from the last configuration) was used.
@erosman
Copy link
Collaborator

erosman commented Oct 12, 2022

The process has changed in FoxyProxy v8.0 (once released).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants