I Ian Garton Member Licensed User Longtime User Dec 20, 2013 #1 Using the HttpUtils2 library, is there any means to retrieve the HttpResponse object on job completion? I need to extract data from the headers. Or will I have to use the older HttpUtils2 class and service and modify to expose the response there? Thanks Ian..
Using the HttpUtils2 library, is there any means to retrieve the HttpResponse object on job completion? I need to extract data from the headers. Or will I have to use the older HttpUtils2 class and service and modify to expose the response there? Thanks Ian..
Erel B4X founder Staff member Licensed User Longtime User Dec 20, 2013 #2 The class and service are not older. They are the same as the library. The library is just a compilation of these two modules. You will need to modify the service and extract the headers in hc_ResponseSuccess sub. Upvote 0
The class and service are not older. They are the same as the library. The library is just a compilation of these two modules. You will need to modify the service and extract the headers in hc_ResponseSuccess sub.