Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check for rel=status in the body of webmention response #1

Open
kylewm opened this issue Dec 25, 2015 · 0 comments
Open

check for rel=status in the body of webmention response #1

kylewm opened this issue Dec 25, 2015 · 0 comments

Comments

@kylewm
Copy link

kylewm commented Dec 25, 2015

Check the body for <link rel=status> in addition to HTTP headers

Here's example response from my site

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
  </head>
  <body>
    <h1>Webmention Received</h1>
    <p>Thanks! Ths webmention has been queued for processing.</p>
    <p>Check status: <a rel="status" href="https://kylewm.com/webmention/status/13b56ba9-ce10-4c82-9e7a-ae7eea4658a1">kylewm.com/webmention/status/13b56ba9-ce10-4c82-9e7a-ae7eea4658a1</a>.</p>
    <p><a href="/">Return to site</a>.
    </p>
  </body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant