HttpRequestConfigWithOrigin: HttpRequestConfigBase & {
    headers?: OriginOptions;
    params?: OriginOptions;
}

This interface is similar to HttpRequestConfig. In addition, the headers and params can be defined with "origin" information.

See

OriginOptions

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