Could you please let know if the proxy and port settings specified at the element level have any effect on any C# based HttpClient calls which are made in QActions? Or is it the case that these settings are purely used by Dataminer if Dataminer native HTTP sessions i.e. <http> calls are made.
Hi,
This will have no effect on any communication set up via QActions (c#)
All settings made in the element wizard apply to the native communication flow done by DataMiner.
Using logic in a QAction to connect to anything will bypass this native communication flow.
Note that setting up communications via QActions will also bypass all the build-in checks, safety mechanisms, retries, ... So be careful how this is done and how long the execution of 1 run takes (to avoid blocking other actions).