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

Chrome shows authentication dialog even if correct credentials are provided #160

Open
younesaassila opened this issue Jun 2, 2023 · 6 comments
Labels
bug Something isn't working chrome only help wanted Extra attention is needed

Comments

@younesaassila
Copy link
Owner

younesaassila commented Jun 2, 2023

Workarounds:

  • Clicking on "Cancel" closes the dialog and requests may be proxied.
  • Save proxy credentials in the browser's password manager (popup will still appear but credentials will be autofilled and clicking "Sign in" works).
@younesaassila younesaassila added bug Something isn't working v2 labels Jun 2, 2023
@younesaassila younesaassila added help wanted Extra attention is needed chrome only and removed v2 labels Jun 11, 2023
@younesaassila
Copy link
Owner Author

Seems like requests made as soon as the page is starting to load (like www.twitch.tv or passport.twitch.tv) don't trigger the event handler, thus no credentials are provided automatically. I've got to assume this is a Chrome bug at this point

@younesaassila
Copy link
Owner Author

Also even with Laissez-passer turned on Chrome just refuses to proxy www.twitch.tv?? And will then show the auth dialog for passport.twitch.tv because the event handler isn't getting called. UGHH

@mariusvn
Copy link

mariusvn commented Nov 18, 2023

same here, i use an https proxy

@jkroepke
Copy link

jkroepke commented Feb 12, 2024

  • Save proxy credentials in the browser's password manager

Does not work. Chrome is asking. I used https://chromewebstore.google.com/detail/proxy-auto-auth/ggmdpepbjljkkkdaklfihhngmmgmpggp now

while it not works on initial browser start (because chrome load extensions after start), it works well if I navigate to twitch

@younesaassila
Copy link
Owner Author

@jkroepke It's asking but at least you can just click Continue and it proxies correctly

@jkroepke
Copy link

@jkroepke It's asking but at least you can just click Continue and it proxies correctly

Thats true, but the popup it still coming. The Extension eleminates this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chrome only help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants