Y ykucuk Well-Known Member Licensed User Longtime User Dec 1, 2018 #1 Hi, How can load URL into webview with using a proxy (i must use username: password) Any help?
Erel B4X founder Staff member Licensed User Longtime User Dec 2, 2018 #2 Does it work if you configure the proxy in the device network settings? Upvote 0
Y ykucuk Well-Known Member Licensed User Longtime User Dec 2, 2018 #3 Hi Erel. I have 200+ proxies. I must change my proxy before each request. if I can change device network settings it's also ok. Upvote 0
Hi Erel. I have 200+ proxies. I must change my proxy before each request. if I can change device network settings it's also ok.
Erel B4X founder Staff member Licensed User Longtime User Dec 3, 2018 #4 There is no public API for this. There are some hacks based on reflection that will work on some versions of Android. One Java example: https://stackoverflow.com/questions/4488338/webview-android-proxy?noredirect=1&lq=1 Upvote 0
There is no public API for this. There are some hacks based on reflection that will work on some versions of Android. One Java example: https://stackoverflow.com/questions/4488338/webview-android-proxy?noredirect=1&lq=1
Y ykucuk Well-Known Member Licensed User Longtime User Dec 3, 2018 #5 Erel said: There is no public API for this. There are some hacks based on reflection that will work on some versions of Android. One Java example: https://stackoverflow.com/questions/4488338/webview-android-proxy?noredirect=1&lq=1 Click to expand... can I use this codes with B4X: #If JAVA Upvote 0
Erel said: There is no public API for this. There are some hacks based on reflection that will work on some versions of Android. One Java example: https://stackoverflow.com/questions/4488338/webview-android-proxy?noredirect=1&lq=1 Click to expand... can I use this codes with B4X: #If JAVA
Erel B4X founder Staff member Licensed User Longtime User Dec 3, 2018 #6 Yes after you add the required imports. However this code will only work on old versions of Android. Upvote 0