stellar.toml checker
Checks your stellar.toml (v2.5.0) for connectivity, syntax, valid contents and availability of defined services and assets.failed
Fetch SSL test: https://xlmorphix.com/.well-known/stellar.toml
Errors:
Errors:
- Could not resolve host: xlmorphix.com
- Did not get any content
warning
Fetch NON-SSL test: http://xlmorphix.com/.well-known/stellar.toml
Altough stellar.toml is supposed to be accessed via https only, it is best practice to either redirect your traffic from http to https or serve the same content.
Your http endpoint serves the same content as your https endpoint.
Errors:
Altough stellar.toml is supposed to be accessed via https only, it is best practice to either redirect your traffic from http to https or serve the same content.
Your http endpoint serves the same content as your https endpoint.
Errors:
- Could not resolve host: xlmorphix.com
- Did not get any content.
failed
CORS test
Your CORS header is not set. You have to set it to * to allow access to every client. [how to]
Your CORS header is not set. You have to set it to * to allow access to every client. [how to]
failed