Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 779 Bytes

File metadata and controls

36 lines (24 loc) · 779 Bytes

HTTP Post for Zebra Reader Tag Data V1

Quick Setup Web Server with Basic Auth

This is for demo purposes for setting up HTTP Web Server with Basic Authentication.

Note: This server is built on top of nodejs. (Nodejs v16+)

API Reference

Tag Data Post/Publish

  POST /tag-data

Preview Tag Data (Live)

  GET /tag-view

Environment Variables (.env)

Please change the environment variables )username and password) for security.

BASIC_AUTH_USER=admin
BASIC_AUTH_PASSWORD=supersecret

Quick Deployment on Railway.app for testing

You may fork this template and deploy on Railway quickly:

Deploy on Railway