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]: string | undefined;
}

Indexable

[header: string]: string | undefined

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.