Proxy Endpoint Properties

Configure connection properties for the SAP Gateway proxy connection.

Name Description Supported values
password Specifies the password for authentication. Password
address URL address of the Gateway Proxy endpoint. URL
user Specifies the username for authentication. User name
certificateAlias Sets the alias for the SAP Mobile Platform keystore entry that contains the X.509 certificate for SAP Mobile Server's SSL peer identity.

If you do not set a value, mutual authentication for SSL is not used when connecting to the Web service.

Use the alias of a certificate stored in the SAP Mobile Server certificate keystore.
poolSize An integer value representing the number of connections that can be made in the connection pool. An integer.
URL Rewrite Prefixes Include URL prefixes (and defined sub-URLs) embedded in a response, to be rewritten by the proxy component. You can specify multiple URL prefixes using comma separated strings. For example, /catalog1/subcatalog1,/catalog3 . EnableURLRewrite  proxy property must be true.

The proxy, before returning the response to the client, performs URL rewrite. This property identifies the relative paths present in the back end response, and rewrites them appropriately. when a response comes from a back end, the proxy looks for the defined prefixes in the response body and prefixes those relative URLs.

URL prefixes are case sensitive and must not have spaces between them.
Enable URL Rewrite Enables the proxy component to rewrite URLs (or URIs) embedded in a response, with SAP Mobile Platform URLs that cause the client requests to be directed back to the SAP Mobile Server (proxy component), rather than to the back end server. The default value is True.

To disable URL rewrite, set the value to False.

Enable HTTP Proxy Sets the connection to an EIS using an HTTP proxy. If you set this property to True, you must configure an HTTP proxy host and port on the server. For more information, see Configuring SAP Mobile Server to Securely Communicate With an HTTP Proxy in  SAP Control Center for SAP Mobile Platform. The default value is set to False.
Allow Anonymous Access

While using REST services, you can enable/disable anonymous user access.

Whenever you create multiple proxy connections in the connection pool with the same proxy endpoint, set Allow Anonymous Access to True in all of those proxy connections. This configuration ensures that the endpoint is whitelisted only once in the connection pool.

The default value is False.

To enable anonymous user access, set the value to True.