Terminology Index

Glossary

1801 terms

Open concept maps

Showing 769-800 of 1801 terms

H
32

Host

In a URL, the part identifying the server to connect to, typically a domain name or IP address. It tells the browser where to send the request and is key context when judging whether a request goes where expected.

The host component of a URL names the destination server, a domain or IP, optionally with a port. It determines where a request is actually sent, which matters for defensive web work: spotting a request going to an unexpected or malicious host, reasoning about same-origin behavior, and interpreting the Host header servers use to route requests. Reading the host correctly is fundamental to analyzing web traffic and phishing links.

Introduced in: Defensive Web Fundamentals

Examples

  • Identifying the server a URL points to from its host component.
  • Noticing a request directed to an unexpected host.
  • Using the host to reason about which origin a request belongs to.

No related terms linked yet.