Skip to main content
Skip table of contents

Bypass proxy for certain URLs

Problem

This article describes how to bypass the proxy for certain URLs in the IBI-aws Admin.

Solution

  1. Open IBI.aws.Admin.exe.config with a text editor (e.g. Notepad)

  2. Add the <system.net> block with the corresponding URL below the <configuration> block, as shown in the following example

    XML
    <configuration>
    [...]
    
    
    <system.net>
        <defaultProxy enabled="true" useDefaultCredentials="true">
            <proxy usesystemdefault="True"/>
            <bypasslist>
                <add address="ftp://bypass.url.example"/>
            </bypasslist>
        </defaultProxy>
    </system.net>
    
    
    [...]
    </configuration>

    Please note

    Please make sure that <add address= contains the corresponding URL

  3. Save the file IBI.aws.Admin.exe.config

  4. Restart IBI-aws Admin

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.