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

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 Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.