09-30-2016, 09:33 PM
Adding the following snippet to the MINIONAPP.exe.config file, <system.net> section, will allow for proxy authentication.
/fixed
Code:
<defaultProxy useDefaultCredentials="true" >
</defaultProxy>
/fixed