Accessing a Service Through a Proxy URL

Access your backend or internet-based service through a proxy URL. The URL supports read (HTTP GET), create (HTTP POST), update (HTTP PUT), and delete (HTTP DELETE).

You can specify the customized application properties for the client with the request. Provide the application connection ID, X-SMP-APPCID by using an explicit request header or a cookie.

Perform an HTTP request at the following URL:

http[s]://<host:port>/[public/]/ApplicationName/{connectionName}

connectionName - connection name of the whitelisted URL.

Note:
  • Ensure that all the URLs to be proxied are whitelisted.
  • If the session is not handled by the client implicitly, you need to handle it explicitly in the code.
Related reference
Access External Service