diff options
Diffstat (limited to 'files/ru/web/http/status')
-rw-r--r-- | files/ru/web/http/status/303/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/http/status/410/index.html | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/files/ru/web/http/status/410/index.html b/files/ru/web/http/status/410/index.html index db9a91899a..af2ad298b3 100644 --- a/files/ru/web/http/status/410/index.html +++ b/files/ru/web/http/status/410/index.html @@ -5,7 +5,7 @@ translation_of: Web/HTTP/Status/410 --- <div>{{HTTPSidebar}}</div> -<div></div> + <p>Код ошибки HTTP <code><strong>410 Gone</strong></code> указывает, что целевой ресурс больше недоступен на сервере происхождения и что это состояние, вероятно, будет постоянным.</p> |