Proxy Properties

(Applies only to OData SDK Application and REST API applications). Proxy properties identify the application endpoint and the pool size for connections to a Proxy server.

Name Description Supported Values
User Corresponds to the username of the backend system.  
Certificate Alias Sets the alias for the SAP Mobile Platform keystore entry that contains the X.509 certificate for SAP Mobile Server's SSL peer identity. Use the alias of a certificate stored in the SAP Mobile Server certificate keystore.
Address Corresponds to the application endpoint provided when registering an application. Must be a valid application endpoint.
Pool Size Determines the maximum number of connections allocated to the pool for this datasource. The default value set for the pool size is 25.
Password Corresponds to the password of the backend system.  
Allow Anonymous Access While using REST services, you can enable/disable anonymous user access The default value is False.

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

EnableURLRewrite This is a custom property which is used to enable/disable URL Rewrite while using REST services.

To enable URL rewrite, set the value to True.

To disable URL rewrite, set the value to False.

EnableHttpProxy

This is a custom property which is used to connect to an EIS using 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.
Note:
  • In SAP Control Center, when the application endpoint for a registered application is modified under the Applications node, you must manually update the Address in the proxy properties of the connection pool.
  • In SAP Control Center, in addition to the application endpoint, you must register any URL that is required by an application for a proxy service to enable communication with SAP Mobile Server.
  • The application end point should be white-listed only once as a proxy connection. The proxy connection name should be same as the application ID, if an application is registered to be used for referencing the EIS service end point.