Cloud Foundry URL pattern/schema
Applications deployed on SAP BTP in the Cloud Foundry environment are exposed through HTTP(S) routes that map a domain and hostname to an application. By default, applications are reachable via the SAP-managed landscape domain, following the pattern:
https://<application>.cfapps.<region>.hana.ondemand.com
The exact domain depends on the region and app name. A list of available regions and their corresponding domains can be found in the Regions and API Endpoints Available for the Cloud Foundry Environment documentation.
NoteIn some regions, such as China (Shanghai), applications cannot be deployed without configuring a custom domain.
In addition to the default domain, SAP BTP supports custom domains, allowing customers to expose applications under their own domain names and TLS certificates. Applications can also have multiple routes, meaning different hostnames can resolve to the same application. The Custom Domain feature requires the customer to point a subdomain (CNAME) to the SAP-managed domain.
- Default domain pattern:
https://<application>.cfapps.<region>.hana.ondemand.com
- Custom domains:
- Customer DNS record has a CNAME pointing to the SAP-managed domain.
