Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 2.62 KB

File metadata and controls

38 lines (18 loc) · 2.62 KB

Application Router

The application router is the single point-of-entry for an application running in the Cloud Foundry environment on SAP BTP. The application router is used to serve static content, authenticate users, rewrite URLs, and forward or proxy requests to other micro services while propagating user information.

You can set up and run your own application router or you can use the application router that is managed by SAP (for more information see Managed Application Router).

We recommend running your own application router only in advanced cases, for example when application router extensibility is required. The application router is available on the following sites:

Related Information

Developing HTML5 Applications in the Cloud Foundry Environment

Setting Up Your Own Application Router

Resource Files

Application Router Configuration

Routing Configuration File

Application Routes and Destinations

Environment Variables

Multitenancy

Extending the Application Router

Extension API of the Application Router