P Paperinik Member Licensed User Longtime User Sep 18, 2013 #1 Hi, searching in forum I found only solution to send headers using httputils2, but not how to get headers in "jobdone" event. Can somebody help me?
Hi, searching in forum I found only solution to send headers using httputils2, but not how to get headers in "jobdone" event. Can somebody help me?
Erel B4X founder Staff member Licensed User Longtime User Sep 19, 2013 #2 You will need to modify HttpUtils2Service code. The headers are accessible in hc_ResponseSuccess. You can get the required information and add it to the Job's tag. Upvote 0
You will need to modify HttpUtils2Service code. The headers are accessible in hc_ResponseSuccess. You can get the required information and add it to the Job's tag.