Search code examples
What is the difference between a URI, a URL, and a URN?...


httpurluriurnrfc3986

Read More
What kind of URL is not conforming to RFC 3986 but is conforming to RFC 1808, RFC 1738, and RFC 2732...


swifturlnsurlrfc3986nsurlcomponents

Read More
Must the percent character be percent-encoded in a URL fragment?...


urlurlencoderfc3986url-fragment

Read More
How is an a tag with href="./etc" resolved? Chrome not adhering to RFC 3986?...


htmlrubyurlrfc3986

Read More
Resolving relative URLs in JavaScript...


javascripthtmlurlrfc3986

Read More
What do * / ( and [ mean in the rfc 3986 URI syntax description?...


rfc3986

Read More
Is Java's URI.resolve incompatible with RFC 3986 when the relative URI contains an empty path?...


javauriquery-stringrelative-urlrfc3986

Read More
'+' (plus sign) not encoded with RestTemplate using String url, but interpreted as ' &#3...


javaspringspring-boottimestamprfc3986

Read More
Is a URL with // in the path-section valid?...


httpurlcookiessession-cookiesrfc3986

Read More
different between python and ruby when parsing URL path, which is valid?...


pythonrubyurlrfc3986

Read More
What is the semicolon reserved for in URLs?...


urluricharacterrfc3986

Read More
URI and double slashes...


javaurirfc3986

Read More
HTTP request host value syntax in RFC 3986...


httprfc3986

Read More
Java and RFC 3986 URI encoding...


javauriencoderfc3986

Read More
How unescape RFC 3986 string...


c#rfc3986

Read More
Why do URIs of specifications/vocabularies contain date information?...


urirdfvocabularyrfc3986

Read More
Resolve URI with multiple slashes in relative part...


htmlperlrfc3986

Read More
PHP: comparing URIs which differ in percent-encoding...


phpurlurirfc3986percent-encoding

Read More
Possible side effect using comma in querystring?...


urlquery-stringurlencoderfc3986

Read More
Clarification on URI path component?...


urirfcrfc3986

Read More
Is question mark in URL part of query string?...


urlquery-stringrfc3986rfc1738

Read More
Java URL Class getPath(), getQuery() and getFile() inconsistent with RFC3986 URI Syntax...


javaurlurl-parsingrfc3986

Read More
Why is http:///example.org (with triple slash) treated as a valid URL by Firefox and webkit?...


httpfirefoxwebkiturirfc3986

Read More
What's the danger of not encoding brackets in URL?...


urlrfc3986

Read More
Is http://mydomain.com/[email protected] safe to use as URL?...


urlrfc3986

Read More
Why isn't % (percent) considered a reserved character in RFC 3986 (URI Syntax)?...


urlescapinguripercent-encodingrfc3986

Read More
.Net Uri Encoding RFC 2396 vs RFC 3986...


asp.neturiurl-encodingrfc3986rfc2396

Read More
RFC3986 - which pchars need to be percent-encoded?...


javalanguage-agnosticrfcrfc3986

Read More
Can HTTP URIs have non-ASCII characters?...


httpunicodeisapirfc3986

Read More
URL parsing test suite...


unit-testingurlparsingstandards-compliancerfc3986

Read More
BackNext