Configuring HTTP requests

Each HTTP request can be configured by using the corresponding URI, Method, Content and Header transport properties.

For example, to configure the loginRequest use the following steps:
  1. Specify the path in the loginRequestURI property, for example: /login
  2. Specify the HTTP Method in the loginRequestMethod property, for example: POST, GET, PATCH, and so forth.
  3. If required, specify the HTTP body in the loginRequestContent property, for example: {\"sample\":\"json\"}
  4. If required, specify additional HTTP headers in the loginRequestRequestHeaders property. This will override any headers set in the httpHeader property.
Note: For loginRefresh and subscribeRefresh requests, you can use the loginRefreshInterval and subscribeRefreshInterval properties respectively to enable the HTTP request to be sent periodically.