Kelvin Li
Kelvin Li
## Bug Report ### Capacitor Version ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 2.4.6 @capacitor/core: 2.4.6 @capacitor/android: 2.4.6 @capacitor/electron: 2.4.6 @capacitor/ios: 2.4.6 Installed Dependencies: @capacitor/cli 2.4.2 @capacitor/android 2.4.2 @capacitor/core...
Fixes #4240 In `WebViewLocalServer.handleProxyRequest()`, avoid intercepting network request which will result in a redirection response. This is because intercepting redirection response in `handleProxyRequest()` will caused the redirection resolving in HttpURLConnection,...