gbox-sdk
    Preparing search index...

    Interface ProxyGetResponse

    Box Http Proxy

    interface ProxyGetResponse {
        auth?: GboxClient.V1.Boxes.ProxyGetResponse.Auth;
        excludes?: string[];
        host: string;
        pacUrl?: string;
        port: number;
    }
    Index

    Properties

    Box Proxy Auth

    excludes?: string[]

    List of IP addresses and domains that should bypass the proxy. These addresses will be accessed directly without going through the proxy server. Default is ['127.0.0.1', 'localhost']

    host: string

    The host address of the proxy server

    pacUrl?: string

    PAC (Proxy Auto-Configuration) URL.

    port: number

    The port number of the proxy server