RFC3986
RFC 3986, titled "Uniform Resource Identifier (URI): Generic Syntax," is a technical document published by the Internet Engineering Task Force (IETF) that defines the generic syntax for Uniform Resource Identifiers (URIs). URIs are strings used to identify resources on the internet, such as web pages, images, and documents. RFC 3986 provides a standardized framework for the structure and interpretation of URIs, ensuring consistency and interoperability across different systems and applications.
The document outlines the components of a URI, including the scheme, authority, path, query, and fragment. The
RFC 3986 also defines the rules for percent-encoding, which is used to encode characters that are not
RFC 3986 has been widely adopted and is a fundamental reference for developers, web standards organizations,