383477 results for ""a""

  • The foundation of HTTP and the web is verbs, eg GET and POST. GET is for retrieving data that remains unchanged, and POST is used to create or update (could use PUT for that, but native browser support isn't as good as POST) data. This is why a webmention should be using POST. I'm not sure what benefit you get from using a query string vs a form. HTML forms are pretty easy to build and send the correct data in the POST format. General
    [Trevor_Morris] at 2025-11-13 20:56
  • It could also work with a form at the bottom of the post, with the `target` pre-populated as a hidden input. Several of us do that with a POST method form, but easy to switch it to GET!
    gRegor at 2025-11-13 20:49
  • that's a good idea
    autumnlilybug at 2025-11-13 20:46
  • also, if you *do* have a CMS or some existing automation, you can still send passive webmentions because the GET request is just as automation-friendly as a POST. So in practice there's no real downside that I can think of.
    autumnlilybug at 2025-11-13 20:41
  • anyways, the advantage is that you don't have to mess with curl or any other low-level tooling, and you also don't need a CMS to handle sending the webmention, you can just click that link (or type it into your browser and leave a normal hyperlink in your page)
    autumnlilybug at 2025-11-13 20:40
  • Webmention relies on HTTP POSTs which are non-trivial to automate without using a CMS. I decided to implement a GET handler on my webmention endpoint that uses the search parameters `s`, `t`, and `v` in place of the formdata fields `source`, `target` and `vouch`. If you were to link to, say, `example.com/page1` with a normal webmention, you would use a normal `href` to that URL and then send a POST. With passive webmention
    autumnlilybug at 2025-11-13 20:36
  • [preview] [Katherine Isabella Del Toro] Implementing a Webmention Receiver For The Blog
    Loqi at 2025-11-13 20:32
  • Yeah, we can use #indieweb-dev to chat about the tech details behind a website 😄
    capjamesg at 2025-11-13 20:29
  • Still getting a sense of what technologies are popular on the indieweb
    autumnlilybug at 2025-11-13 20:29
  • hey capjamesg, that's a lot of dev jargon! site generator, static site generator, static generator... can you move to #indieweb-dev?
    Loqi at 2025-11-13 20:29
Sort by:

Filter results by:

Tag

Query took 0.04s.


Search tips

Exclusion
+foo -bar
Logical OR
foo OR bar
Exact phrase
"foo bar"
Partial words
foo*
Particular fields only
title:foo
domain:example.org
nick:somebody
after:2016-11-23
before:2016-11-23
date:2016-11-23