willnorris / webmention

Go library and CLI for assisting in sending webmentions.
https://pkg.go.dev/willnorris.com/go/webmention
BSD 3-Clause "New" or "Revised" License
49 stars 5 forks source link

Empty string webmention endpoint is ignored #12

Closed nekr0z closed 2 years ago

nekr0z commented 2 years ago

Per spec, webmention endpoint link MAY be a relative URL. Empty string is a valid relative URL that links to the page itself, the fact that the library seems to ignore.

As a result, it fails Webmention.Rocks Discovery Test #15, reporting a "no webmention support" error.