URI - Path

URI - Path

About

The path component of an URI locates a resource inside a service identified by its authority.

Relative vs Absolute

The path component of a hierarchical URI is itself said to be absolute if it begins with a slash character ('/'); otherwise it is relative.

The path of a hierarchical URI that is either absolute or specifies an authority is always absolute.

Usage





Discover More
Card Puncher Data Processing
Apache - HTTP Header (mod_header module)

mod_header is a apache module that permits to set HTTP header. If you add the below code snippet in your htaccess file, you will set the following response header the cache-control header and...
Browser
Browser - Userscript (user.js)

userscript are javascript script that are stored on the browser side and that can run: via an or via the devtool : ViolentMonkey : Greasemonkey Github...
Cookie Scope Name
Cookie - Scope

The scope of a cookie name is a calculated property defined by the concatenation of the and attributes. If the request URL matches the scope (ie domain and path expression), the user agent (browser)...
Undraw File Manager Re Ms29
File System - Path

in a file system. A file is identified by its path through the file system. A file path is a hierarchical URI where: scheme is the scheme that represents the file system such as: file (default)...
Chrome Devtool Har
HTTP - Request

An HTTP request is a message sent from a client to a server. It's the first part of a fetch, the second being the response. A request message has: a first line called the request...
How to create and manipulate an URL in Javascript? (Browser URL Object)

URLURL This article shows you how to get and manipulate an URL with Javascript. URL You can manipulate an URL with the URL web API object Build an URL object Print aquery strinquery parametequery...
Javascript Module - Import (Es Module)

This page is the import statement defined in the es module specification The ES6 import is: a function for dynamic import (performed at runtime time) or a statement for static import (performed...
Nginx - Location block

A location block is a block that is located inside a server block and maps a a resource path to a destination path such as: a local directory or an other service (see ) A server block may have several...
Card Puncher Data Processing
Wat are Reserved Words (Keywords) in a language?

A reserved word is a special token in a language that cannot be used by the programmer because they are already used by the application and have a special meaning. In a URL, the backslash is used...
Robots Useragent
Web - Robots.txt

robots.txt is a file that control and gives permission to Web Bot when they crawl your website. Googlebot should not crawl and all sub directory All other...



Share this page:
Follow us:
Task Runner