From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/ru/web/http/status/300/index.html | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 files/ru/web/http/status/300/index.html (limited to 'files/ru/web/http/status/300') diff --git a/files/ru/web/http/status/300/index.html b/files/ru/web/http/status/300/index.html new file mode 100644 index 0000000000..557a1f0f9a --- /dev/null +++ b/files/ru/web/http/status/300/index.html @@ -0,0 +1,41 @@ +--- +title: 300 Multiple Choices +slug: Web/HTTP/Status/300 +translation_of: Web/HTTP/Status/300 +--- +
{{HTTPSidebar}}
+ +

Код ответа на перенаправление "The HTTP 300 Multiple Choices" указывает, что запрос имеет несколько возможных ответов. Пользователь-агент или пользователь должны выбрать один из них. Поскольку стандартного способа выбора одного из ответов нет, этот код ответа очень редко используется.

+ +

Если сервер имеет предпочтительный выбор, он должен создать  {{HTTPHeader("Location")}}.

+ +

Статус

+ +
300 Multiple Choices
+ +

Примеры

+ +

См. это: w3.org page for a Multiple Choice response.

+ +

Характеристики

+ + + + + + + + + + + + +
СпецификацияНазвание
{{RFC("7231", "300 Multiple Choices" , "6.4.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

Смотрите также

+ + -- cgit v1.2.3-54-g00ecf