[GH-ISSUE #341] Feature request: Send tag MAC in URL #2961

Closed
opened 2026-03-20 22:06:08 +01:00 by sascha_hemi · 1 comment
Owner

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:

https://domain/path/?tag_mac={tag_mac}

where {tag_mac} would be the tag's MAC address, like '000078364E0CDADC'.

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: ``` https://domain/path/?tag_mac={tag_mac} ``` where `{tag_mac}` would be the tag's MAC address, like '000078364E0CDADC'.
sascha_hemi added the enhancement label 2026-03-20 22:06:08 +01:00
Author
Owner

@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.

<!-- gh-comment-id:2208874375 --> @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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/OpenEPaperLink#2961