-
Notifications
You must be signed in to change notification settings - Fork 1.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
HttpClient should honor the system configured proxy #50434
Comments
It would be very helpful if HttpClient can respect system configured proxy, especially for enterprise app |
I've been experimenting with moving Flutter to use That would allow the user to use We could also solve this issue in |
I started a discussing on this in the hackers-framework-🔩 Discussion. So far the feedback is that depending on |
It looks like there is only one common use case in Flutter where It is very easy to replace this with |
I've updated the examples in At this point it should be possible to use those packages to deal with the proxy issue. |
I wrote a design doc suggesting that we recommend |
I presented this at the Dash forum. It's basically asking for feedback for the design doc. There seemed to be consensus so I'm moving forward on it. |
There is still work to do in terms of documentation but think that we already have a solution in place. |
This bug corresponds to this Flutter issue:
flutter/flutter#26359
And the reason that this is important is discussed here:
#48056
The text was updated successfully, but these errors were encountered: