Skip to content

HTTP Push delivery

Setting up the delivery method

To setup the HTTP Push delivery method follow the steps:

  1. Login to the OrbitSailor Configuration Dashboard with admin rights
  2. Go to the Service Configuration
  3. Navigate to DELIVERY CONFIGURATION tab
  4. Click on ADD DELIVERY CONFIGURATION
  5. Enter a new name in the Endpoint Name field
  6. Select HTTP Push from the Type drop-down list
  7. Enter your hostname in Hostname field
  8. Provide a port number in Port field
  9. Optionally you can enable TLS (TLS stands for Transport Layer Security) by turning on Enable TLS toggle button
  • You can upload a Client Certificate file. Enable it and upload the file.
  • You can upload a CA Certificate file. Enable it and upload the file.

INFO

Client Certificate and CA Certificate files shall be an X.509 certificate compatible, and PEM or DER encoded.

  1. Select an HTTP method from a drop-down list, available options are:
  • POST
  • GET
  1. You can customize your Path Template, go to Customization page to learn more
  2. In the section Request Authentication Type select the proper authentication method. Available options:
  • No Authentication
  • Basic Authentication: provide your username and password (credentials to access your client-server)
  • Bearer Authentication: you need to provide Token value (a token you can use when accessing your client-server)
  1. Optionally you can configure your custom message (if applicable) by enabling Customize Message Format and you can also customize data segmend size by enabling and configuring the Customize Segment Size
  2. Save the configuration by clicking on SAVE button

The HTTP Push delivery method is now set up and ready for use.