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


warning
Fetch SSL test: https://vdcs.io/.well-known/stellar.toml
Info:
  • Recommended content-type is text/plain or application/toml (got: text/html; charset=utf-8).
Errors:
  • The endpoint redirects once, it would be better if served directly.
Redirects:
  • http://ww25.vdcs.io/.well-known/stellar.toml?subid1=20240518-1427-20f3-86e5-991e60d1af97

failed
Fetch NON-SSL test: http://vdcs.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 a different content compared to https.

Redirects:
  • http://ww25.vdcs.io/.well-known/stellar.toml?subid1=20240518-1427-2004-aa92-1c52fd0efe63

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: http://ww25.vdcs.io/.well-known/stellar.toml?subid1=20240518-1427-21ed-9f9d-7fe284a40d8a
Source
<!doctype html>
<html data-adblockkey="MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANDrp2lz7AOmADaN8tA50LsWcjLFyQFcb/P2Txc58oYOeILb3vBw7J6f4pamkAQVSQuqYsKx3YzdUHCvbVZvFUsCAwEAAQ==_jzYT7IuR+w9O1MjfZtopgp0epcsNKP1jS6JMU6/nD6zP0KDhflHrpkgrqsnRXaXIUecMwQ3kbGzf7DYkPi0WrQ==" lang="en" style="background: #2B2B2B;">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQI12P4//8/AAX+Av7czFnnAAAAAElFTkSuQmCC">
    <link rel="preconnect" href="https://www.google.com" crossorigin>
</head>
<body>
<div id="target" style="opacity: 0"></div>
<script>window.park = "eyJ1dWlkIjoiMDAyYTg3ODAtNzFlNC00NWY3LTlhMWUtODE3ZDU1YTBhOWMzIiwicGFnZV90aW1lIjoxNzE2MDA2NDQxLCJwYWdlX3VybCI6Imh0dHA6Ly93dzI1LnZkY3MuaW8vLndlbGwta25vd24vc3RlbGxhci50b21sP3N1YmlkMT0yMDI0MDUxOC0xNDI3LTIxZWQtOWY5ZC03ZmUyODRhNDBkOGEiLCJwYWdlX21ldGhvZCI6IkdFVCIsInBhZ2VfcmVxdWVzdCI6eyJzdWJpZDEiOiIyMDI0MDUxOC0xNDI3LTIxZWQtOWY5ZC03ZmUyODRhNDBkOGEifSwicGFnZV9oZWFkZXJzIjp7fSwiaG9zdCI6Ind3MjUudmRjcy5pbyIsImlwIjoiMTY3LjIzNS41NS4yNTQifQo=";</script>
<script src="/bZjiLZklk.js"></script>
</body>
</html>
Errors:
  • Syntax error: unexpected token "T_BASIC_UNESCAPED" at line 1 with value "". Expected T_HASH or T_UNQUOTED_KEY.