Tested tool guide
Tested browser tools
Checked August 16, 2026
What .well-known URL Reference does, with a checked example
This tool presents the IANA Well-Known URIs registry as a readable reference: every path suffix registered for the /.well-known/ prefix on HTTP(S) origins, each with a plain-language description, its permanent or provisional status, the change controller, and the RFC or vendor specification that defines it. The prefix itself comes from RFC 5785, which reserved it so clients can discover host metadata at a predictable location on any origin. The thing most people get wrong is treating the registry as a complete map of well-known paths on the internet: it records registered suffixes only, and an entry describes the name, not the payload - the linked specification is where the file format or endpoint behavior is actually defined.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
Entry: security.txt. Status: permanent. Change controller: IETF. Reference: RFC 9116. Description: a plain-text file at https://<your-domain>/.well-known/security.txt that tells security researchers and automated scanners where to report vulnerabilities in your site. Implementation note: RFC 9116 requires at least one Contact field and one Expires field; all other fields are optional.
security.txt is one of the most widely used registered suffixes, so a search resolves to a full entry card. The registry row supplies the status and the RFC reference, and the implementation note comes from RFC 9116's field definitions, which make Contact and Expires the only required fields.