Hi there,
i’m using mastodon to find the profile of fredy@dev.rdf-pub.org
Requesting: https://dev.rdf-pub.org/.well-known/webfinger?resource=acct:fredy@dev.rdf-pub.org
gives me:
{
"subject": "acct:fredy@dev.rdf-pub.org",
"links": [
{
"rel": "self",
"type": "application/activity+json",
"href": "https://dev.rdf-pub.org/d54c5840-2af9-453c-be1b-0307a10e3dde/cb0f2267-ed1a-421c-9328-dba149882513"
}
]
}
Requesting https://dev.rdf-pub.org/d54c5840-2af9-453c-be1b-0307a10e3dde/cb0f2267-ed1a-421c-9328-dba149882513
gives me:
{
"id": "https://dev.rdf-pub.org/d54c5840-2af9-453c-be1b-0307a10e3dde/cb0f2267-ed1a-421c-9328-dba149882513",
"type": [
"prov:Entity",
"Person"
],
"inbox": "https://dev.rdf-pub.org/d54c5840-2af9-453c-be1b-0307a10e3dde/inbox",
"prov:wasAttributedTo": {
"id": "https://dev.rdf-pub.org/d54c5840-2af9-453c-be1b-0307a10e3dde"
},
"prov:wasGeneratedBy": {
"id": "https://dev.rdf-pub.org/d54c5840-2af9-453c-be1b-0307a10e3dde/45f3b0ec-1b74-49ff-92f8-27afd675d853"
},
"https://schema.rdf-pub.org/oauth2IssuerUserId": "1bdbbb62-3bb1-4a9c-8f7d-4a56e1696f4e@login.m4h.network",
"publicKey": "https://dev.rdf-pub.org/d54c5840-2af9-453c-be1b-0307a10e3dde/52173e2a-6cd0-43de-b147-fcd0f324dd6b",
"endpoints": "https://dev.rdf-pub.org/d54c5840-2af9-453c-be1b-0307a10e3dde/e6a2081d-5c3b-4c77-a1c0-9d5efe4e9477",
"name": "fredy",
"outbox": "https://dev.rdf-pub.org/d54c5840-2af9-453c-be1b-0307a10e3dde/outbox",
"preferredUsername": "fredy",
"published": "2024-09-17T17:09:23.673121168Z",
"@context": [
"https://schema.org/docs/jsonldcontext.json",
"https://rdf-pub.org/schema/rdf-pub-context.json",
"https://w3id.org/security/v1",
"https://www.w3.org/ns/activitystreams"
]
}
Everything seems to work well so far.
If i now click on the “follow” button, i get an request:
POST “/e83aa7a7-6dee-4863-9ffb-e7f57d866d6c/inbox”, parameters={}
How can i find out, where this strange inbox path comes from ?