self referential webmention
jaklt opened this issue ยท 6 comments
URL: https://nest.jakl.one/replies/2020-06-23-ypjdf/
Status: 200
Error: No webmention endpoints found in the 1 content entry
It reported that there are no webmention endpoints, even though the in-reply-to target https://nest.jakl.one/notes/2020-06-22-2gmhj/ clearly handles them. I tried to do the same manually with telegraph.p3k.io and it worked.
I'm pretty sure that's a self referential webmention, which IIRC isn't something that's supported.
I see, I didn't know that. Thanks. Is that according to the standard or a choice in the implementation of wm
?
I'm pretty sure that's a self referential webmention, which IIRC isn't something that's supported.
The Webmention spec doesn't have any mention of this; I'm guessing this is a constraint of webmention.app
@jalcine Okay, thanks for checking for us. Good to know that in rare cases when I reply to my own posts I need to send mentions by hand :-)
Was actually about to raise a feature request for "selfmentions", glad I found this (might suggest changing title for future discovery?). My use case would be for webmention-powered cross-linking on my own site. Would be great if webmention.app could support that, though understand if it's outside of feature scope. Perhaps an additional parameter e.g. --self
or in URL &self=true
if you wanted to enable it?