Table of Contents
36 relations: Ampersand, Apache HTTP Server, Character (computing), Clean URL, Common Gateway Interface, DoubleClick, Environment variable, Equals sign, Field (computer science), File system, Hexadecimal, HTML, HTML attribute, HTML element, HTML form, HTML5, HTTP, HTTP cookie, HTTPS, Logging (computing), Numeric character reference, Percent-encoding, Plus and minus signs, POST (HTTP), Scripting language, Semicolon, Text box, Uniform Resource Identifier, URI fragment, URI normalization, URL, UTM parameters, Web beacon, Web framework, Web server, World Wide Web Consortium.
- String (computer science)
- URL
Ampersand
The ampersand, also known as the and sign, is the logogram, representing the conjunction "and".
See Query string and Ampersand
Apache HTTP Server
The Apache HTTP Server is a free and open-source cross-platform web server software, released under the terms of Apache License 2.0.
See Query string and Apache HTTP Server
Character (computing)
In computer and machine-based telecommunications terminology, a character is a unit of information that roughly corresponds to a grapheme, grapheme-like unit, or symbol, such as in an alphabet or syllabary in the written form of a natural language.
See Query string and Character (computing)
Clean URL
Clean URLs (also known as user-friendly URLs, pretty URLs, search engine-friendly URLs or RESTful URLs) are web addresses or Uniform Resource Locator (URLs) intended to improve the usability and accessibility of a website, web application, or web service by being immediately and intuitively meaningful to non-expert users. Query string and Clean URL are URL.
See Query string and Clean URL
Common Gateway Interface
The official CGI logo from the spec announcement In computing, Common Gateway Interface (CGI) is an interface specification that enables web servers to execute an external program to process HTTP or HTTPS user requests.
See Query string and Common Gateway Interface
DoubleClick
DoubleClick Inc. was an American advertisement company that developed and provided Internet ad serving services from 1995 until its acquisition by Google in March 2008. DoubleClick offered technology products and services that were sold primarily to advertising agencies and mass media, serving businesses like Microsoft, General Motors, Coca-Cola, Motorola, L'Oréal, Palm, Inc., Apple Inc., Visa Inc., Nike, Inc., and Carlsberg Group.
See Query string and DoubleClick
Environment variable
An environment variable is a user-definable value that can affect the way running processes will behave on a computer.
See Query string and Environment variable
Equals sign
The equals sign (British English) or equal sign (American English), also known as the equality sign, is the mathematical symbol, which is used to indicate equality in some well-defined sense.
See Query string and Equals sign
Field (computer science)
In computer science, a field (data field) is a data element of a record.
See Query string and Field (computer science)
File system
In computing, a file system or filesystem (often abbreviated to FS or fs) governs file organization and access.
See Query string and File system
Hexadecimal
In mathematics and computing, the hexadecimal (also base-16 or simply hex) numeral system is a positional numeral system that represents numbers using a radix (base) of sixteen.
See Query string and Hexadecimal
HTML
Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser.
HTML attribute
HTML attributes are special words used inside the opening tag to control the element's behaviour.
See Query string and HTML attribute
HTML element
An HTML element is a type of HTML (HyperText Markup Language) document component, one of several types of HTML nodes (there are also text nodes, comment nodes and others).
See Query string and HTML element
HTML form
A webform, web form or HTML form on a web page allows a user to enter data that is sent to a server for processing.
See Query string and HTML form
HTML5
HTML5 (Hypertext Markup Language 5) is a markup language used for structuring and presenting hypertext documents on the World Wide Web.
HTTP
HTTP (Hypertext Transfer Protocol) is an application layer protocol in the Internet protocol suite model for distributed, collaborative, hypermedia information systems.
HTTP cookie
HTTP cookies (also called web cookies, Internet cookies, browser cookies, or simply cookies) are small blocks of data created by a web server while a user is browsing a website and placed on the user's computer or other device by the user's web browser.
See Query string and HTTP cookie
HTTPS
Hypertext Transfer Protocol Secure (HTTPS) is an extension of the Hypertext Transfer Protocol (HTTP).
Logging (computing)
In computing, logging is the act of keeping a log of events that occur in a computer system, such as problems, errors or just information on current operations.
See Query string and Logging (computing)
Numeric character reference
A numeric character reference (NCR) is a common markup construct used in SGML and SGML-derived markup languages such as HTML and XML.
See Query string and Numeric character reference
Percent-encoding
URL encoding, officially known as percent-encoding, is a method to encode arbitrary data in a uniform resource identifier (URI) using only the US-ASCII characters legal within a URI.
See Query string and Percent-encoding
Plus and minus signs
The plus sign and the minus sign are mathematical symbols used to denote positive and negative functions, respectively.
See Query string and Plus and minus signs
POST (HTTP)
In computing, POST is a request method supported by HTTP used by the World Wide Web.
See Query string and POST (HTTP)
Scripting language
In computing, a script is a relatively short and simple set of instructions that typically automate an otherwise manual process.
See Query string and Scripting language
Semicolon
The semicolon (or semi-colon) is a symbol commonly used as orthographic punctuation.
See Query string and Semicolon
Text box
A text box is a control element of a graphical user interface, that should enable the user to input text information to be used by a program.
Uniform Resource Identifier
A Uniform Resource Identifier (URI), formerly Universal Resource Identifier, is a unique sequence of characters that identifies an abstract or physical resource, such as resources on a webpage, mail address, phone number, books, real-world objects such as people and places, concepts. Query string and Uniform Resource Identifier are URL.
See Query string and Uniform Resource Identifier
URI fragment
In computer hypertext, a URI fragment is a string of characters that refers to a resource that is subordinate to another, primary resource.
See Query string and URI fragment
URI normalization
URI normalization is the process by which URIs are modified and standardized in a consistent manner. Query string and URI normalization are URL.
See Query string and URI normalization
URL
A uniform resource locator (URL), colloquially known as an address on the Web, is a reference to a resource that specifies its location on a computer network and a mechanism for retrieving it.
UTM parameters
Urchin Tracking Module (UTM) parameters are five variants of URL parameters used by marketers to track the effectiveness of online marketing campaigns across traffic sources and publishing media. Query string and UTM parameters are URL.
See Query string and UTM parameters
Web beacon
A web beaconAlso called web bug, tracking bug, tag, web tag, page tag, tracking pixel, pixel tag, 1×1 GIF, or clear GIF.
See Query string and Web beacon
Web framework
A web framework (WF) or web application framework (WAF) is a software framework that is designed to support the development of web applications including web services, web resources, and web APIs.
See Query string and Web framework
Web server
A web server is computer software and underlying hardware that accepts requests via HTTP (the network protocol created to distribute web content) or its secure variant HTTPS.
See Query string and Web server
World Wide Web Consortium
The World Wide Web Consortium (W3C) is the main international standards organization for the World Wide Web.
See Query string and World Wide Web Consortium
See also
String (computer science)
- Alternation (formal language theory)
- C string handling
- C++ string handling
- Comparison of programming languages (string functions)
- Comparison of programming languages (strings)
- Concatenation
- Connection string
- Delimiter
- Docblock
- Docstring
- Empty string
- Here document
- Incompressible string
- Interning (computer science)
- Maximal pair
- Partial word
- Pattern matching
- Query string
- String (computer science)
- String interning
- String interpolation
- String literal
- String metrics
- String operations
- Strings (Unix)
- Substring
- Trimming (computer programming)
URL
- Backlink
- Bitsquatting
- Clean URL
- Contextual deep linking
- Deep linking
- Doppelganger domain
- HTTP referer
- Internationalized Resource Identifier
- Link rot
- Mobile deep linking
- Permalink
- Query string
- Rewrite engine
- Search/Retrieve via URL
- Semantic URL attack
- Spoofed URL
- TinyURL
- Typosquatting
- URI Template
- URI normalization
- URL
- URL redirection
- URL shortening
- UTM parameters
- Uniform Resource Identifier
- Vanity domain
References
Also known as Querystring, URL parameter, URL query, URL query parameter.

