-
Notifications
You must be signed in to change notification settings - Fork 40
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
HTTPS proxy on Chrome keeps prompting sign in #136
Comments
Browsers often start making net connections as soon as they launch and before extensions are loaded.
Subdomains are completely different domains. |
The extension is fully loaded when this occurs. I understand that those are two different hosts, however when you visit https://twitch.tv it will make an XHR request to |
The |
I am not including the scheme. I am using exactly Assuming you have access to a HTTPS proxy, are you able to replicate my issue? |
My bad, when obfuscating the host I added |
Can you post the patterns you have for |
|
The video appears to show:
Does the login prompt appear if you set FoxyProxy to use a single proxy for everything? |
No it does not, it works as expected when you use the proxy for everything, however it misbehaves when you use proxy by patterns. |
I have seen occasions where a request coming from the target site is shown incorrectly by the browser as coming from the proxy server (sine it passes via the server). Your situation is also such that some domains on a page, inclining the main domain are not proxied but some are. You can try more generalised patters such as:
|
Unfortunately I am not looking to proxy all of the hosts of Twitch, only certain ones, so I am able to stream video reliably in my region without having Twitch appear as though I am in the region of the proxy. It's unfortunate that this issue happens in Chrome as I find Twitch to be a bit flaky in Firefox. Maybe it's a known issue with Chrome, if so then I would hope it's reproducible and hopefully gets fixed down the line by Chrome or maybe the extension can find a workaround. Until then I will just have to continue using Firefox for Twitch. Thanks for taking the time to investigate the issue nonetheless. |
I have a HTTPS proxy for which I have already provided the username and password. Unfortunately on Chrome I keep getting prompted for sign in upon browser launch (if the proxy is selected). For some reason proxy by pattern sometimes works as expected and sometimes doesn't. For example if I add the pattern
gql.twitch.tv
and visit https://twitch.tv I will be prompted for sign in, but if I addipleak.net
and visit https://ipleak.net it works as expected without a prompt.The exact same configuration does not have these problems on Firefox, it seems unique to Chrome.
Prompt
Proxy
The text was updated successfully, but these errors were encountered: