Specifying an SAP Client
Sap Client
Summary
The sap-client parameter is critical for user authentication, which is client-specific in SAP systems. This fix ensures connections are directed to the correct client, enabling accurate authentication, improving security, and supporting seamless integration in multi-client environments.
An SAP client may be specified on each request in one of two ways:
-
As a header
X-ENOSIX-SAP-CLIENT: 800
-
As a query parameter
sap-client=800
If both are included in a request, the header will take priority. If no SAP client is specified, then the request will use the default client configured on the SAP server.