uid
From IndieWeb
This article is a stub. You can help the IndieWeb wiki by expanding it with relevant information.
uid is a unique identifier.
IndieWeb examples
- fluffy provides the
uidmicroformat on theh-entryattributes using<data class="p-uid" value="ENTRY_UID">from bothh-feeds and individual entry pages; these UIDs match the matching GUIDs provided in the Atom feeds.- Example: h-feed, individual entry, Atom feed
See Also
- GUID
- u-uid
- Limitation: GUIDs on the web are not "G". While RSS & Atom assert that post GUIDs (and thus a h-entry uid) can be used to de-dupe entries (avoid new unreads) when a feed moves across domains, that assertion violates modern understanding and restrictions of cross-origin semantics, and cannot be expected to work. Assume such post GUIDs only work in the context of their domain.
- Caution for 'uid' consuming applications: Even if you use a URL as your uid / GUID, you still need to be careful about how you treat it, like a malicious site alice.example.com could still provide a u-uid of https://bob.example.com/12345 and attempt to "overwrite" a post from another domain
Retrieved from "https://indieweb.org/wiki/index.php?title=uid&oldid=75686"