HackerTrans
TopNewTrendsCommentsPastAskShowJobs

paulej

no profile record

comments

paulej
·3 lata temu·discuss
It's easy to do. Here are some examples: https://www.packetizer.com/ws/webfinger/server.html

I actually serve up content using both static files and via dynamically generated content, depending on the domain and needs.
paulej
·3 lata temu·discuss
That's not a WebFinger URL. WebFinger URLs point to /.well-known/ path that returns a JSON document with links to other places for the user. To simplify WebFinger use by a human, we introduced acct:[email protected] syntax. And (at least my) WebFinger clients can assume the acct: part, much like email clients do for the email: scheme.