How to pass an https request using a specific port via multi threaded timers
16th November 2021
Via multithreaded timers it is possible to send http requests in parallel. Documentation can be found here: https://help.dataminer.services/development/#t=DataMinerDevelopmentLibrary_Customer%2Fpart1PDG%2FPDGAdvancedFunctionality%2FHTTP1.htm It has an example on how to create an http request. What …