Skip to content

Commit 99ffadf

Browse files
committed
Addd 0.2 in preparation for merging and 401 response code for deletion.
1 parent b40d1e3 commit 99ffadf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Webmention
1+
# Webmention 0.2
22

33
A modern alternative to [Pingback](http://www.hixie.ch/specs/pingback/pingback).
44

@@ -118,7 +118,7 @@ Cannot processes webmentions at this time. Please try again later.
118118
#### Updating existing webmentions
119119
If receiver had received a webmention in the past with the same `source` and `target` then,
120120
* If both the [verification](#verification) steps are successful, it SHOULD update any existing data it picked from `source` for the existing webmention.
121-
* If it failed on step 2, that is, it got a 404 while performing a `GET` request on `source` or does not find a link to `target`, it SHOULD delete the existing webmention.
121+
* If it received a 410 or 404 response on step 2 (performing a `GET` request on `source`) or does not find a link to `target` on `source`, it SHOULD delete the existing webmention.
122122

123123

124124

0 commit comments

Comments
 (0)