mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #341] Feature request: Send tag MAC in URL #198
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LeftPinkie on GitHub (Jun 30, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/341
Requesting a feature of the Tag JSON Template to send the tag's MAC address as part of the URL (query string). For example, the URL would be something like:
where
{tag_mac}would be the tag's MAC address, like '000078364E0CDADC'.@nlimper commented on GitHub (Jul 4, 2024):
The mac is passed as a form field, just as the json template itself. I don't think there is an added benefit to pass it in the query string.