stellar.toml checker

Checks your stellar.toml (v2.5.0) for connectivity, syntax, valid contents and availability of defined services and assets.
home_domain or accountID


failed
Fetch SSL test: https://toml-check/shoops.io/.well-known/stellar.toml
Errors:
  • Could not resolve host: toml-check
  • Did not get any content

warning
Fetch NON-SSL test: http://toml-check/shoops.io/.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:
  • Could not resolve host: toml-check
  • 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]

failed
Parse TOML test: https://toml-check/shoops.io/.well-known/stellar.toml
Errors:
  • Your stellar.toml is empty.