You can forward data request messages to the back-end through the SUP server
synchronously or asynchronously.
Creating a URL Request
Create a URL request that enables the device to forward a data request to the corresponding back-end.
Enabling XCSRF Token Protection
For all modifying operations such as POST, PUT and DELETE, the XCSRF token is used in the HTTP request-response header field.
Adding Custom Headers
Add custom headers to a request message. This is a name/value pair that defines the operating parameters of an HTTP transaction. Custom headers are optional while sending a data request to the back-end.
Setting the Required Timeout
Set the timeout value upto which the application waits until the request reaches the server.
Forwarding the Request
Send the synchronous or asynchronous request message to the back-end.
Enabling Data Streaming
Streaming supports handling large data sent from device-to-server and vice-versa.