C Cassie Member Licensed User Longtime User May 17, 2017 #1 Hi, can anyone have a sample how to call a secured http or "https" using HttpUtils2. Thanks in advance
Hi, can anyone have a sample how to call a secured http or "https" using HttpUtils2. Thanks in advance
R ronell Well-Known Member Licensed User Longtime User May 17, 2017 #2 B4X: job1.Download("https://sample.com") Upvote 0
C Cassie Member Licensed User Longtime User May 17, 2017 #3 ronell said: B4X: job1.Download("https://sample.com") Click to expand... Hi Ronnel, Thank for the reply is there any argument since to pass in Job since it is secured. I'm using job1.postring(param1,param2) as post method. Upvote 0
ronell said: B4X: job1.Download("https://sample.com") Click to expand... Hi Ronnel, Thank for the reply is there any argument since to pass in Job since it is secured. I'm using job1.postring(param1,param2) as post method.
R ronell Well-Known Member Licensed User Longtime User May 17, 2017 #4 B4X: job2.PostString("http://sample.php/login.php", "user="&txtuser&"pass="&txtpass") Upvote 0
Erel B4X founder Staff member Licensed User Longtime User May 17, 2017 #5 Cassie said: Thank for the reply is there any argument since to pass in Job since it is secured. Click to expand... It will be secure because the scheme is https://. Upvote 0
Cassie said: Thank for the reply is there any argument since to pass in Job since it is secured. Click to expand... It will be secure because the scheme is https://.
C Cassie Member Licensed User Longtime User May 17, 2017 #6 Erel said: It will be secure because the scheme is https://. Click to expand... Thank guys... I'll try to create a web server that is secure and test it... thanks erel and ronnel Upvote 0
Erel said: It will be secure because the scheme is https://. Click to expand... Thank guys... I'll try to create a web server that is secure and test it... thanks erel and ronnel