B bokinet Member Licensed User Jan 28, 2018 #1 Hello, Can someone share best practice and best way to use HTTP POST and HTTP GET over HTTP and HTTPS with optional use of PROXY SERVER? --- Is it possible to use HTTP JOB as HTTP POST and HTTP GET job? If is possible then any example is welcome. Thanks.
Hello, Can someone share best practice and best way to use HTTP POST and HTTP GET over HTTP and HTTPS with optional use of PROXY SERVER? --- Is it possible to use HTTP JOB as HTTP POST and HTTP GET job? If is possible then any example is welcome. Thanks.
Erel B4X founder Staff member Licensed User Longtime User Jan 28, 2018 #2 bokinet said: Is it possible to use HTTP JOB as HTTP POST and HTTP GET job? Click to expand... [B4X] OkHttpUtils2 with Wait For GET = Job.Download Proxy: https://www.b4x.com/android/forum/threads/okhttputils-issue.84608/#post-535998 Upvote 0
bokinet said: Is it possible to use HTTP JOB as HTTP POST and HTTP GET job? Click to expand... [B4X] OkHttpUtils2 with Wait For GET = Job.Download Proxy: https://www.b4x.com/android/forum/threads/okhttputils-issue.84608/#post-535998
B bokinet Member Licensed User Jan 28, 2018 #3 Hi Erel, Thanks for reply. Anyway I need everything as one working solution from best practice. Simply I want to do HTTP POST and/or HTTP GET with/without proxy as optional option. Any of it? Thanks. Upvote 0
Hi Erel, Thanks for reply. Anyway I need everything as one working solution from best practice. Simply I want to do HTTP POST and/or HTTP GET with/without proxy as optional option. Any of it? Thanks.
Erel B4X founder Staff member Licensed User Longtime User Jan 28, 2018 #4 Learn how to use OkHttpUtils2 without a proxy: [B4X] OkHttpUtils2 with Wait For Once you understand it you should apply the changes required for a proxy. It should be simple to make it optional. Upvote 0
Learn how to use OkHttpUtils2 without a proxy: [B4X] OkHttpUtils2 with Wait For Once you understand it you should apply the changes required for a proxy. It should be simple to make it optional.