-
Notifications
You must be signed in to change notification settings - Fork 178
Demo: real HTTP Proxy, instead of destination socket rewrite #34
Comments
Hi @mame82 , When making these changes to the files |
For completeness, I attach a compiled libflutter.so:
The following app currently uses a matching |
@mame82 , Thanks for the contribution to the project. You are a purposeful person. Ditching a transparent proxy is very tempting. I will need to write a universal patch for all supported Flutter Engine versions. Hopefully this patch will appear in reFlutter. Perfect solution! |
Hi, thx for the great project. I was working on a use case, where Flutter has to be forced to use a real HTTP proxy (instead of silently redirecting to a transparent proxy).
I want to share my patch for info, maybe sbdy could use it (targets Dart's
HttpClient
implementation, enforces proxy and prevents overwriting it viafindProxy
setter):Here's a short Twitter thread, showing it applied to a target app:
https://twitter.com/mame82/status/1459157357989187592
The text was updated successfully, but these errors were encountered: