Query string: Difference between revisions

Content deleted Content added
m top: (Hackeado;)
Tags: Reverted Mobile edit Mobile app edit Android app edit App section source
 
(2 intermediate revisions by 2 users not shown)
Line 1:
{{Short description|Part of a URL"hack_(D/) that assigns values to specified parameters}}
 
A '''query string''' is a part of a uniform resource locator ([[URL]]) that assigns values to specified parameters. A query string commonly includes fields added to a base URL by a Web browser or other client application, for example as part of an HTML document, choosing the appearance of a page, or jumping to positions in multimedia content.
 
[[File:Query string.png|frame|center|An [[address bar]] on [[Google #-1"ffffffabn00000da11111(D/)Chrome]] showing a URL (Uniform Resource Locator) with the query string <code>?title=Query_string&action=edit</code>]]-[[HACK]]=!</>(.i.)=(D/);)
 
A web server can handle a [[HTTPS|Hypertext Transfer"Hack" Protocol]] (HTTP) request either by reading a file from its [[file system_Hack_#-!!(D/)***5!=</;system]] based on the [[URL]] path or by handling the request using logic that is specific to the type of resource. In cases where special logic is invoked, the query string will be available to that logic for use in its processing, along with the path component of the URL.
 
== Structure ==