mrjaw Active Member Licensed User Longtime User Sep 2, 2012 #1 Hi! I am using httputils for getting response from webservices in my host. The question is when the server is not responding or not alive how can I know that server is down? It returns some error or flag to know it /?
Hi! I am using httputils for getting response from webservices in my host. The question is when the server is not responding or not alive how can I know that server is down? It returns some error or flag to know it /?
icefairy333 Active Member Licensed User Longtime User Sep 3, 2012 #2 project - clean then try it again Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 3, 2012 #3 project - clean then try it again Click to expand... How is this related to the question?? It is recommended to use HttpUtils2 instead of HttpUtils. Success flag will be false when the resource is not available. Upvote 0
project - clean then try it again Click to expand... How is this related to the question?? It is recommended to use HttpUtils2 instead of HttpUtils. Success flag will be false when the resource is not available.
mrjaw Active Member Licensed User Longtime User Sep 3, 2012 #4 OK, I am using httpUtils2 the Sucess flag is in the library ? it is Job.Sucess? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 4, 2012 #5 it is Job.Sucess? Click to expand... Yes. Upvote 0