Junco Curl testing h2. Logging in curl -i -d "email=test@test.com&password=strongpass" http//jothut.com/cgi-bin/app.pl/login Successful login returned response: code.HTTP/1.1 302 Found Date: Sun, 13 Oct 2013 22:36:35 GMT Server: Apache Set-Cookie: juncouserid=3; domain=.jothut.com; path=/ Set-Cookie: juncousername=testusername; domain=.jothut.com; path=/ Set-Cookie: juncosessionid=G9GmYO9RGVym6Q0ovemzWw; domain=.jothut.com; path=/ Set-Cookie: juncocurrent=1; domain=.jothut.com; path=/ Location: /cgi-bin/app.pl/blogpost/19 Content-Length: 0 Content-Type: text/x-perl code.. h2. Add Webmention curl -i -d "source=$your_url&target=$target_url" $targets_webmention_endpoint Returns JSON. Example return of adding an already existing webmention: code.HTTP/1.1 404 Bad Request Date: Fri, 04 Oct 2013 17:51:28 GMT Server: Apache Transfer-Encoding: chunked Content-Type: application/json { "error": "already_registered", "error_description": "The specified WebMention has already been registered." } code.. toc=no #juncotodo - #testing - #curl