webmention.io icon indicating copy to clipboard operation
webmention.io copied to clipboard

Unexpected no_link_found

Open kevincox opened this issue 4 years ago • 0 comments

See https://webmention.io/kevincox.ca/webmention/psuT7wzaXh60I-vlpKAB

{
  "status": "no_link_found",
  "source": "https://news.ycombinator.com/item?id=27402392",
  "target": "https://kevincox.ca/2021/06/04/http-range-caching/",
  "summary": "The Microformats at the source URL do not contain a link to the target URL. Check the source URL in a Microformats parser such as php.microformats.io"
}

https://php.microformats.io/?url=https%3A%2F%2Fnews.ycombinator.com%2Fitem%3Fid%3D27402392

{
   // ...
    "rel-urls": {
        // ...
        "https://kevincox.ca/2021/06/04/http-range-caching/": {
            "text": "The Impossibility of Perfectly Caching HTTP Range Requests",
            "rels": [
                "nofollow"
            ]
        }
    },
    // ...
}

The only reason I can see that it wouldn't work is that it is rel=nofollow however nether the webmetnion specs or any docs that I can find on webmention.io suggest that nofollow will prevent a webmention from verifying. Is this expected or is something funny happening?

kevincox avatar Jun 05 '21 13:06 kevincox