Сообщение от Mаxmaxmаximus
|
по стандарту не будет ошибкой отсутствие PATH
|
Ладно, я попробую... последний раз
https://tools.ietf.org/html/rfc2616#section-5
вот стандарт. Секция формирования запроса
Цитата:
|
The most common form of Request-URI is that used to identify a resource on an origin server or gateway. In this case the absolute path of the URI MUST be transmitted (see section 3.2.1, abs_path) as the Request-URI
|
Что же такое abs_path? Секция 3.2.1 отсылает нас к RFC 2369 (
For definitive information on URL syntax and semantics, see "Uniform Resource Identifiers (URI): Generic Syntax and Semantics," RFC 2396 ... This specification adopts the definitions of "URI-reference", "absoluteURI", "relativeURI", "port", "host","abs_path", "rel_path", and "authority" from that specification.)
Тааак... и что же у нас в 2369
https://tools.ietf.org/html/rfc2396
Раздел 3. URI Syntactic Components
Цитата:
|
abs_path = "/" path_segments
|
Что мы видим... начинается со слеша... как же так?