Hello,
We have application which should pass traffic through https private proxy server if it needed, but I am find info that is impossible with WKWebView, only if i want send traffic we should use VPN. Is there a way to send traffic trough proxy use WKWebView.
From this link I am sure that is impossible:
https://stackoverflow.com/questions/41068675/http-proxy-support-with-wkwebview/41268348#41268348
https://stackoverflow.com/questions/55482380/swift-4-5-setting-adding-proxy-to-wkwebview?noredirect=1&lq=1
https://developer.apple.com/forums/thread/110312#337642
https://github.com/react-native-community/react-native-webview/issues/115
https://stackoverflow.com/questions/24208229/wkwebview-and-nsurlprotocol-not-working
But in this link I saw a chance create this feature:
https://stackoverflow.com/questions/40133512/intercept-request-with-wkwebview
I am try many ways, but I can't pass traffic through proxy.
Only what i can it is obtain HTML version of site through proxy.
Please help me understand all picture and dispel my doubt.
Regards, Ihor.
We have application which should pass traffic through https private proxy server if it needed, but I am find info that is impossible with WKWebView, only if i want send traffic we should use VPN. Is there a way to send traffic trough proxy use WKWebView.
From this link I am sure that is impossible:
https://stackoverflow.com/questions/41068675/http-proxy-support-with-wkwebview/41268348#41268348
https://stackoverflow.com/questions/55482380/swift-4-5-setting-adding-proxy-to-wkwebview?noredirect=1&lq=1
https://developer.apple.com/forums/thread/110312#337642
https://github.com/react-native-community/react-native-webview/issues/115
https://stackoverflow.com/questions/24208229/wkwebview-and-nsurlprotocol-not-working
But in this link I saw a chance create this feature:
https://stackoverflow.com/questions/40133512/intercept-request-with-wkwebview
I am try many ways, but I can't pass traffic through proxy.
Only what i can it is obtain HTML version of site through proxy.
Please help me understand all picture and dispel my doubt.
Regards, Ihor.