aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/http/status/303/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/http/status/303/index.html')
-rw-r--r--files/ru/web/http/status/303/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/http/status/303/index.html b/files/ru/web/http/status/303/index.html
index 3d4185d64e..2f66704334 100644
--- a/files/ru/web/http/status/303/index.html
+++ b/files/ru/web/http/status/303/index.html
@@ -9,7 +9,7 @@ translation_of: Web/HTTP/Status/303
---
<div>{{HTTPSidebar}}</div>
-<div></div>
+
<p>HTTP код перенаправления <code><strong>303</strong></code><strong><code> See Other</code></strong> обычно отправляется в результате {{HTTPMethod("PUT")}} или {{HTTPMethod("POST")}} запроса и указывает, что перенаправление производится не на новый (только что загруженный) ресурс, а на другую страницу, например, страницу подтверждения или страницу с результатами загрузки. Метод, используемый для отображения страницы, на которую производится перенаправление - всегда {{HTTPMethod("GET")}}.</p>