Show / Hide Table of Contents

Polling the server (POST)

On each poll interval the client will send an http POST to the server. The POST is used to send live information to the server. The server response is then used to inform the client of any available print jobs, or to provide requests for device management features.

Devices with support for additional peripherals, such as USB barcode readers, displays, keyboards, with also report the availability and status of these devices.

Details:

  • Polling Time
  • JSON Request
    • Example POST requests
  • JSON Response
    • Example server POST responses
    • Client Action
Back to top