Web - User Agent (UA)

About

A user agent is the internet name for a process.

It may be:

  • a software
  • an application
  • a service

They are called user agent because they are acting on behalf of a user.

The most well-known user agent is a web browser but it can also be:

Example

A GUI user agent such as a browser may:

  • display a document,
  • read it aloud,
  • cause it to be printed,
  • convert it to another format, etc.

Identifier

When a software agent operates, it identifies itself, its application type, operating system, software vendor, or software revision, by submitting a characteristic identification string to its operating peer.

Http, SIP, SMTP, …

In HTTP, SIP, and SMTP/NNTP protocols, the identifier:

Email

For an email signing agent, the identifier is the AUID

String

The user agent string is another name for the user agent identifier value.

1) 2)





Discover More
Card Puncher Data Processing
Apache - URL Rewrite (mod_rewrite)

URL rewrite in Apache is done through the rewrite module. The rules are set in the htaccess file This module operates on the full URLs (including the path-info part) both: in per-server context (httpd.conf)...
Browser
Browser - Fetching Resources (Request/Response)

This article is fetching (http request/response) in the browser. User agents can implement a variety of transfer protocols to fetch resources such as: HTTP : , ... Form FTP ... rendering...
CSS - (Implementation|Processing Model|Rendering)

How user agents may implements CSS. A user agent processes a source by going through the following steps: Parse the source document and create a document tree (CSSOM) Identify the target media...
CSS - Addessing model (through selector and properties)

CSS addressing model. Selectors and properties allow style sheets to refer to the following parts of a document or user agent: Elements in the document tree and certain relationships between them (???)...
CSS - Canvas

CSS For all media, the term canvas describes “the space where the formatting structure is rendered.” The canvas is infinite for each dimension of the space, but rendering generally occurs within...
CSS - Comments

CSS The comment syntax of CSS is the same than javascript. They: begin with the characters / end with the characters /. They may occur anywhere between tokens, and their contents have no influence...
CSS - Element

Most CSS style sheet rules use the names of elements to specify how the elements (HTML, XML, ...) should be rendered. A replace element has its content outside the scope of the CSS formatting model,...
CSS - Media Features

media feature is the feature of a media that can be used in a media query in order to target the styling rule to a specific device. width (the total width of the page in CSS pixels (logical pixel))...
CSS - Selector

in the CSS context. When a user agent can't parse the selector (i.e., it is not valid CSS), it ignores the declaration block. The whole statement is ignored if there is an error anywhere in the selector....
CSS - User Agent Style Sheet

A user agent delivers a default Style Sheet. Every browser provides a default set of styles also known as user agent styles. The provided style simply override the browser defaults to get the same...



Share this page:
Follow us:
Task Runner