my eye
published
  • 2024-12-12T15:04:46.174339-08:00
visibility
  • public
author
  • {'uid': ['/'], 'name': ['Angelo Gladding'], 'nickname': ['angelo'], 'note': ['<a href=/hacking#for-right>Hacker for right</a> <a href=/homesteading>homesteading into the future</a>.'], 'email': ['angelo@ragt.ag'], 'photo': ['XWjA.png']}
url
  • /webmention
  • /2024/12/12/s3
type
  • entry
name
  • Webmention
updated
  • 2024-12-12T15:14:23.110440-08:00

Content

[[IndieWeb]] cross-site interactions.

### Validate a Receiver

<form method=post action=/webmention>
<label><small>Target URL:</small><br>
<input name=target></label><br>
<button>Inspect</button>
</form>

### Send a Webmention

<form method=post action=/webmention>
<label><small>Source URL:</small><br>
<input name=target></label><br>
<label><small>Target URL:</small><br>
<input name=target></label><br>
<button>Send</button>
</form>

### Scan and send all Webmentions

<form method=post action=/webmention/sender>
<label><small>Source URL:</small><br>
<input name=target></label><br>
<button>Send</button>
</form>