Bypass proxy for certain URLs
Problem
This article describes how to bypass the proxy for certain URLs in the IBI-aws Admin.
Solution
Open
IBI.aws.Admin.exe.configwith a text editor (e.g. Notepad)Add the
<system.net>block with the corresponding URL below the<configuration>block, as shown in the following exampleCODE<configuration> [...] <system.net> <defaultProxy enabled="true" useDefaultCredentials="true"> <proxy usesystemdefault="True"/> <bypasslist> <add address="ftp://bypass.url.example"/> </bypasslist> </defaultProxy> </system.net> [...] </configuration>asdsad
Save the file
IBI.aws.Admin.exe.configRestart IBI-aws Admin
Please note
Please make sure that <add address= contains the corresponding URL