Test Reader Connection To HTTP POST Server

Note

To interact with reader curl tool is required.

Interact with Reader

  • Tag reads can be started by sending start command to the reader.

    $ curl --location --request PUT 'https://{reader-ip}/cloud/start'
    
  • Once start succeed the tag data will be sent to the HTTP Server configured in the reader.

    ../../_images/HTTP_client_tagdata.png

Sample Tag Data for HTTP Proxy

Once the start is successful, the tag data will be transmitted to the HTTP proxy, and subsequently forwarded to the client.

../../_images/HTTP_POST_Proxy_data.png

Due to the proxy settings, the data is being received from the HTTP proxy, as highlighted in the image, rather than coming directly from the reader.

Important

For full set of supported commands refer Local Deployment REST API Guide section.