Skip to main content

Servers

Link can connect to a server in one of two ways:

  1. Through a BTP destination service
  2. Through a proxy

App Settings

{
"Servers": [
{
"Name": "devecc-principle-propagation",
"BTP": {
"DestinationName": "sapecc-dev-principle-propagation"
}
},
{
"Name": "link-qa",
"Proxy": {
"URL": "https://[yourproxyinstance].com"
}
}
]
}

BTP Config Example

Servers__0__Name: devecc-principle-propagation
Servers__0__BTP__DestinationName: sapecc-dev-principle-propagation
Servers__1__Name: proxy-dev
Servers__1__Proxy__URL: https://[yourproxyinstance].com

BTP Destination Configuration

API Proxy can be configured through a BTP Destination to connect to SAP. This is the preferred method of connecting to a SAP. Destinations used by Link must meet certain requirements. For more information see Destination Configuration.

Proxy Configuration

Link can be configured through a Proxy to connect to SAP. The proxy is configured by URL and must pass requests through to the SAP system.