React native – How to Add Http Proxy Authentication Credentials in VPNService on Android?
I am trying to make proxy settings via a fake vpn in my react native android application. I am giving proxy settings into builder thanks to VpnService with android.net.ProxyInfo package. But the proxy I am using has an auth requirement.…