SAP Cloud SDK for JavaScript - v4.1.2
    Preparing search index...

    Interface ProxyConfigurationHeaders

    Represents the request headers when using a proxy like the connectivity proxy to reach On-Premise systems.

    interface ProxyConfigurationHeaders {
        "Proxy-Authorization": string;
        "SAP-Connectivity-Authentication"?: string;
        [header: string]: undefined | string;
    }

    Indexable

    • [header: string]: undefined | string
    Index

    Properties

    "Proxy-Authorization": string

    Proxy-Authorization header sent to the proxy.

    "SAP-Connectivity-Authentication"?: string

    SAP-Connectivity-Authentication header sent via the proxy to the target system containing the propagated user.

    Copyright Ⓒ 2025 SAP SE or an SAP affiliate company. All rights reserved.