hermit1986 on Nostr: Meant to say change the domain name in the URL with yours. The `curl` command accepts ...
Meant to say change the domain name in the URL with yours.
The `curl` command accepts a `-v` parameter, so you can inspect the request/response.
`curl https://asdf.mx/.well-known/nostr.json --v`
It may also be an issue with the web configuration not allowing access to the `well-known` folder.
And yes, `.well-known` is a folder. `nostr.json` is a plain text file inside the `.well-known` folder
The `curl` command accepts a `-v` parameter, so you can inspect the request/response.
`curl https://asdf.mx/.well-known/nostr.json --v`
It may also be an issue with the web configuration not allowing access to the `well-known` folder.
And yes, `.well-known` is a folder. `nostr.json` is a plain text file inside the `.well-known` folder