webmention test reply to a jothut post

i agree with this

http://jothut.com/cgi-bin/junco.pl/blogpost/67936/05May2016/More-evidence-that-people-read-long-stories-on-phones

i do read a lot of lengthy articles on my iphone 5c.


updated after sending the response

the curl command is: curl -i -d "source=$your_url&target=$target_url" $targets_webmention_endpoint

actual curl command and the result, which was returned JSON:

curl -i -d "source=http://wren.soupmode.com/webmention-test-reply-to-a-jothut-post.html&target=http://jothut.com/cgi-bin/junco.pl/blogpost/67936/05May2016/More-evidence-that-people-read-long-stories-on-phones" http://jothut.com/cgi-bin/junco.pl/webmention

HTTP/1.1 202 Accepted
Date: Wed, 01 Jun 2016 02:38:07 GMT
Server: Apache
Transfer-Encoding: chunked
Content-Type: application/json; charset=ISO-8859-1

{
  "result": "WebMention was successful"
}

if attempting to send the same response again, the following JSON is returned:

{
  "error": "already_registered",
  "error_description": "The specified WebMention has already been registered."
}