Replies (6)

Thanks ๐Ÿ‘ I was querying it using browser which I guess automatically changes it to lowercase before sending, which Amethyst mustn't. So why does it work for Bearetta@bitpunk.fm in Amethyst?
It looks like it's something to do with what @Vitor Pamplona said. At minestr.app I'm using path handlers to serve specific files for nostr.json queries. It works for lowercase for some reason, but for uppercase it bugs out. Whereas if I test not using a redirect (just a plain hosted file at alpha.minestr.app/.well-known/nostr.json, and then try to use Chris@alpha.minestr.app (despite the JSON name key being lowercase "chris"), it verifies as OK. This behaviour confuses me.
โ†‘