Dear Community
We have deployed Power Automate Desktop and added the proxy server to the 'exe.config' files like below which worked flawlessly so far.
----------------------
<system.net>
<defaultProxy useDefaultCredentials="True">
<proxy bypassonlocal="True" proxyaddress="http://xxxx:xx" />
</defaultProxy>
</system.net>
----------------------
Now we have some users telling us we need to bypass some internal URLs as these URLs are not available going through the proxy.
The setting 'bypassonlocal' is already set but I am now wondering how I can specify certain additional URLs.
Has anyone an idea on how to do this?
Best regars
Simon