Query string: Difference between revisions

Content deleted Content added
CC BY-SA 4.0 GFDL
Tags: Reverted Visual edit Mobile edit Mobile web edit
Line 3:
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|[https://layanabwswoori.simdif.com An [[address bar]] on [[Google Chrome]] showing a [[URL]] with the query string <code>title=Query_string&action=edit</code>]|alt=https://layanabwswoori.simdif.com]]
 
A web server can handle a [[HTTPS|Hypertext Transfer Protocol]] (HTTP) request either by reading a file from its [[file 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.