2018-12-08 UTC
# aaronpk basically "http://example.com" is an incomplete URL as far as making http requests is concerned, so everything that is dealing with fetching URLs needs to add the slash when canonicalizing and comparing URLs. you shouldn't have to worry about whether you enter "http://example.com" or "http://example.com/" in your twitter profile or an indieauth sign-in prompt, the software should be dealing with it.