Johan Hormaza Well-Known Member Licensed User Longtime User Sep 12, 2018 #1 How can I configure my client application jRDC2 for a computer connected to a proxy server, since I have problems connecting to my server B4J jRDC2? Thank you. Johan
How can I configure my client application jRDC2 for a computer connected to a proxy server, since I have problems connecting to my server B4J jRDC2? Thank you. Johan
Erel B4X founder Staff member Licensed User Longtime User Sep 13, 2018 #2 The question is not really related to jRDC2. The correct question is how to configure a proxy for http requests. The answer is here: https://www.b4x.com/android/forum/threads/resolved-setting-http-proxy.53116/#post-400103 You will need to use jOkHttpUtils2 source code for this. Upvote 0
The question is not really related to jRDC2. The correct question is how to configure a proxy for http requests. The answer is here: https://www.b4x.com/android/forum/threads/resolved-setting-http-proxy.53116/#post-400103 You will need to use jOkHttpUtils2 source code for this.
Johan Hormaza Well-Known Member Licensed User Longtime User Sep 13, 2018 #3 Erel said: The question is not really related to jRDC2. The correct question is how to configure a proxy for http requests. The answer is here: https://www.b4x.com/android/forum/threads/resolved-setting-http-proxy.53116/#post-400103 You will need to use jOkHttpUtils2 source code for this. Click to expand... EREL, do you mean this library? Thank you. https://www.b4x.com/android/forum/threads/b4x-okhttputils2-ihttputils2-httputils2-source-code.82632/ Upvote 0
Erel said: The question is not really related to jRDC2. The correct question is how to configure a proxy for http requests. The answer is here: https://www.b4x.com/android/forum/threads/resolved-setting-http-proxy.53116/#post-400103 You will need to use jOkHttpUtils2 source code for this. Click to expand... EREL, do you mean this library? Thank you. https://www.b4x.com/android/forum/threads/b4x-okhttputils2-ihttputils2-httputils2-source-code.82632/
Erel B4X founder Staff member Licensed User Longtime User Sep 13, 2018 #4 This code. Yes. You will need to modify HttpUtils2Service and add the proxy code. Upvote 0
Johan Hormaza Well-Known Member Licensed User Longtime User Sep 13, 2018 #5 Erel said: This code. Yes. You will need to modify HttpUtils2Service and add the proxy code. Click to expand... Ok, disable the jOkHttpUtils Java library and enable jHTTP from the internal library? Upvote 0
Erel said: This code. Yes. You will need to modify HttpUtils2Service and add the proxy code. Click to expand... Ok, disable the jOkHttpUtils Java library and enable jHTTP from the internal library?
Erel B4X founder Staff member Licensed User Longtime User Sep 13, 2018 #7 Please post code as text. Never as screenshot. The correct dependencies are listed here: https://www.b4x.com/android/forum/threads/b4x-okhttputils2-ihttputils2-httputils2-source-code.82632/ Upvote 0
Please post code as text. Never as screenshot. The correct dependencies are listed here: https://www.b4x.com/android/forum/threads/b4x-okhttputils2-ihttputils2-httputils2-source-code.82632/
Johan Hormaza Well-Known Member Licensed User Longtime User Sep 13, 2018 #8 Erel said: Please post code as text. Never as screenshot. The correct dependencies are listed here: https://www.b4x.com/android/forum/threads/b4x-okhttputils2-ihttputils2-httputils2-source-code.82632/ Click to expand... thanks Erel !! Upvote 0
Erel said: Please post code as text. Never as screenshot. The correct dependencies are listed here: https://www.b4x.com/android/forum/threads/b4x-okhttputils2-ihttputils2-httputils2-source-code.82632/ Click to expand... thanks Erel !!
Johan Hormaza Well-Known Member Licensed User Longtime User Sep 13, 2018 #9 thank you Erel, and for setting also username e password? thank you so much Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 13, 2018 #10 See the thread linked in post #2. Upvote 0
Johan Hormaza Well-Known Member Licensed User Longtime User Sep 13, 2018 #11 Erel said: It is currently not possible to set username and password for the proxy. Click to expand... It is currently not possible Upvote 0
Erel said: It is currently not possible to set username and password for the proxy. Click to expand... It is currently not possible