HTTP Push delivery
Setting up the delivery method
To setup the HTTP Push delivery method follow the steps:
- Login to the OrbitSailor Configuration Dashboard with admin rights
- Go to the Service Configuration
- Navigate to DELIVERY CONFIGURATION tab
- Click on ADD DELIVERY CONFIGURATION
- Enter a new name in the Endpoint Name field
- Select HTTP Push from the Type drop-down list
- Enter your hostname in Hostname field
- Provide a port number in Port field
- 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.
- Select an HTTP method from a drop-down list, available options are:
- POST
- GET
- You can customize your Path Template, go to Customization page to learn more
- 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)
- 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
- Save the configuration by clicking on SAVE button
The HTTP Push delivery method is now set up and ready for use.