-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
If a Plerd-based blog adheres the now-common practice of forwarding http:// requests to https://, then it won't recognize a well-intentioned webmention sent to the http://-based URL. And this more generally holds true for all situations where a blog quietly redirects all requests to other URLs derivable from the requested ones.
One way to fix this would be to support multiple base_urls in the config -- or one base_url but several recognized aliases. Plerd would then (internally) file its post objects under multiple URLs, making it more flexible about what webmentions it accepts.