Error 407 Proxy Authentication Required on UiPath Robot

Try changing the defultproxy setting in the uirobot.exe.config file as follows:

<system.net>
    <defaultProxy useDefaultCredentials="true" >
    </defaultProxy>
</system.net>

It seemed to resolve the issue in our environment.

Cheers

David