-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Fix windows proxy #285
Fix windows proxy #285
Conversation
Can you explain what removing 'http' does? |
Hi, @nekohasekai The default proxy protocol of the Windows system is Thanks. |
If you set the system proxy via the Settings app or Internet Options, the If you purchased IDM, you should ask the IDM developers to fix this bug. Or just specify the proxy manually in IDM's configuration. |
By default, the system does not add the The default proxy protocol of windows is http, but there is no need to specify BTW, there is nothing wrong with IDM's default behavior. |
That's not the case on my Windows 11 system. I only posted my reply because that's how it works on my system. And so far I have encountered exactly 0 programs that have issues with this.
If it doesn't work, then something's wrong with it. |
What did you see?
IDM may be able to do better, but for now it's playing by the rules. It's okay to follow the rules, right? |
In conclusion, |
Clearly it's not. Otherwise it would've worked.
I use |
OK. I just double-checked and found out the culprit is Internet Options. Opening Internet Options would add the |
@database64128 Can you tell me the steps to reproduce? Thanks. |
On my system, simply opening Internet Options would change |
I think the For proxy exception, some users may want to customize it (e.g. bypassing |
The official example provides the prefix, so the problem should be in the application that does not work. |
|
Hi, @nekohasekai I think we have a difference between Windows and Wininet as a standard. Windows is the protagonist. We should take Windows default behavior as standard. I refer to |
I think we still need something standard, something that comes from documentation rather than behavior from your device or some closed source 3rd party software that you like. Please show your code. |
PR closed. Thanks everyone! |
Fix idm does't recognize the system proxy, and LAN segment bypass.