Will update my guide at orangepill.dev so that it’s more cleaner to read and copy.
To test if CORS Access-Control-Allow-Origin * is added, you can use curl command in console.
> curl -I https://yourdomain.tld/.well-known/lnurlp/yourname
or you can use https://test-cors.org/, input the full URL as above and do a 'HEAD' HTTP response test. You should get 200 OK.
Discussion
No replies yet.