Terminology Index

Glossary

1801 terms

Open concept maps

Showing 1153-1184 of 1801 terms

P
32

Path

The part of a URL that identifies a specific resource on a server, the portion after the host. Defenders read it to understand what is being requested and to recognize attacks like path traversal or forced browsing.

In a URL, the path specifies which resource on the host is being requested (like /account/settings). For defenders it is important context: analyzing requests means reading paths, and path manipulation underlies attacks such as path traversal (escaping intended directories) and forced browsing (requesting unlinked paths). Understanding the path as a URL component, and how it maps to server resources, is foundational to defensive web work and to interpreting web logs.

Introduced in: Defensive Web Fundamentals

Examples

  • Reading the path in a URL to see which resource is requested.
  • Recognizing path traversal attempting to escape intended directories.
  • Spotting forced browsing to unlinked paths in web logs.

No related terms linked yet.