I'm trying to setup NIPS-05 verification with carrd.co.

They support the nostr.json file and a GET query to https://bitcoinforfamilies.com/.well-known/nostr.json?name=alejandro returns the right info for verification.

However, the IRIS client flags the NIP-05 verification as "false" and if I use instead my nostrplebs.com verified NIPS-05 it does give me a flag of "true".

Anyone else using carrd.co for NIPS-05 verification?

Reply to this note

Please Login to reply.

Discussion

Is this regular web hosting using PHP? Maybe, you need to add CORS header in your Apache or PHP script. Make sure to enable CORS header for nostr json file.

https://gist.github.com/nixta/0b98d7975562bc31c4c9

Thanks! I’ll check this out