03-05-2020, 10:47 PM
(03-05-2020, 07:21 PM)rlebeau Wrote:(03-04-2020, 08:00 PM)happyzj Wrote: would the custom header set in form1.myhttp - "myhttp.Request.CustomHeaders.Add(header)"would still take effect?
Yes. All of the higher level methods (Get(), Post(), Put(), etc) call DoRequest() to do the actual work for preparing and sending the request, and reading the response.
Hi rlebeau, as always, thank you very much for your help, everthing is working now.