Options for the getProxiedUrl function.

interface ProxyUrlOptions {
    check?: boolean;
    force?: boolean;
}

Properties

Properties

check?: boolean

Return undefined if no proxy server is being used.

force?: boolean

Force usage of default proxy if no proxy rule matches the given target URL.