Skip to Content
1
May 08, 2020 at 05:57 AM

CAP application behind a Web Dispatcher

415 Views

So I have my CAP application deployed to the CF trial, working all right (accessible from the browser).

Now I want to access it through SAP Web Dispatcher(WD). So I set up the rules within the WD, and did SSL related configs.

When I access the app using WD URL, I get an error which says

404 Not Found: Requested route ('<my WD Host>') does not exist.

I am sure that this is returned by the SCP because there is a CF specific HTTP response header (I checked using a rest client)

 "x-cf-routererror":"unknown_route"

So is there any specific configuration required within my CAP app to accept the call from a WD?