Say you have the following url:
http://example.com/path?param=value
"param = value" - query string "/ path" - path "http: //" - this is the protocol
What is the name for http://example.com/path "only?
thanks! -nikita p>
According to the general syntax of a URI scheme on Wikipedia:
[...] Each URI is defined as consisting of four parts:<scheme name> : <hierarchical part> [ ? <query> ] [ # <fragment> ]
[...] Each URI is defined as consisting of four parts:
<scheme name> : <hierarchical part> [ ? <query> ] [ # <fragment> ]
So, http://domain.com/path "consists of parts <scheme name>and <hierarchical part>, there is no name for this pair as a whole.
<scheme name>
<hierarchical part>
Uniform Resource Locator Syntax - .
, , Scheme, Authority, Path . Query Fragment.
Scheme
Authority
Path
Query
Fragment
: URL- URL-.
:. .
URL (RFC 1808), :
URL:
URL = ( absoluteURL | relativeURL ) [ "#" fragment ]
absoluteURL:
absoluteURL = generic-RL | ( scheme ":" *( uchar | reserved ) )
-RL:
generic-RL = scheme ":" relativeURL
URI (RFC 3986), :
URI:
URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ]
URI-:
URI-reference = URI / relative-ref
-URI:
absolute-URI = scheme ":" hier-part [ "?" query ]
URL/URI URL/URI .
, URL. '?' HTTP- GET.
Source: https://habr.com/ru/post/1719056/More articles:Add header to WCF REST request - EnvelopeNone does not support adding message header exceptions - restEJB lookup вызывает ошибку: org.omg.CORBA.MARSHAL: vmcid: младший код SUN: 257 завершено: возможно - ejbAssigning an object to a method call - c ++https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1719054/import-users-to-aspnet-membership-from-a-file&usg=ALkJrhgX8bQbWzcVOue0lYpki74jyPIjsAAssociate a Silverlight list with the result of another combobox - data-bindingWhen I try to access SQL Server 2008 in my domain, I get the message "the server was not found or was not available" - sqlUIView. How to place a preview under parental supervision - iphoneSeveral dependent projects in continuous integration tools - continuous-integrationEmacs multi-line offer - multilineПодавить тег привязкиhref при использовании jquery - javascriptAll Articles