I have a problem, where I need to route HTTP requests from the IOS WebView through a HTTP proxy.
The intention is to route it through a HTTP proxy running Privoxy, so all tracking scripts and ads are removed. I want to provide a free app on the appstore, where people can browse without having to view ads and being tracked.
It seems that it is possible somehow with the UIWebView, but since it has become deprecated, I could imagine that other issues would start popping op, if I used that... I have not been able to find any sources officially nor unofficially, if the newer WKWebView can do this. If any of you know this and would share your knowledge on it, it would be much appreciated.
I have so far developed my full app in React Native, which seems to have no way of doing this at all, so before redeveloping everything in Swift, I want to make a bit more sure that it is actually possible there and thus meaningful to change...