[openstreetmap/openstreetmap-website] Provide an endpoint to link users by their id (Issue #3750)
Martin Fischer
notifications at github.com
Mon Oct 10 05:28:24 UTC 2022
It should be possible to create reliable links to user profiles that do not break when they change their display name.
For example https://www.openstreetmap.org/user_by_id/16106660 would simply return a 302 temporary HTTP redirect to https://www.openstreetmap.org/user/push-f. In the case that no user by the given id exists the route would just return a 404.
The use case is that third-party services want to create reliable links to OpenStreetMap users.
See #482 for a related discussion.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/3750
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/issues/3750 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20221009/56d0c7a0/attachment.htm>
More information about the rails-dev
mailing list