401

I discovered a gotcha with rolling one’s own Webmention implementation: your server framework probably makes the response to a successful POST request redirect to the page of the created entity, hence returning a 302 status code, whereas the Webmention spec requires a 202 or 201 response. As a result brid.gy was counting attempts to notify my server as failures.