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 *...
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 - File System (filesystem)

A file system (often also written as filesystem) is an application that store and organize files and their data (content). Essentially, it organizes these files for the storage, organization, manipulation,...
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)...
Regexp
Grok

is an extension of regular expressions that supports expressions as variables (so they can be reused) In this example, we will construct an expression that matches the part of a string time expression....
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...
HTTP - Routing

A routing system is the part of a web server that maps an HTTP request: based: on the request method and path specified in the URL of the request to a chain of request handler (function/method)...
How to create and manipulate an URL in Javascript? (Browser URL Object)

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 a URL properties (...host, hostname,...)...
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...



Share this page:
Follow us:
Task Runner