diff options
Diffstat (limited to 'files/bg/web/http/status/417/index.html')
| -rw-r--r-- | files/bg/web/http/status/417/index.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/files/bg/web/http/status/417/index.html b/files/bg/web/http/status/417/index.html new file mode 100644 index 0000000000..f1fe0290b9 --- /dev/null +++ b/files/bg/web/http/status/417/index.html @@ -0,0 +1,41 @@ +--- +title: 417 Expectation Failed +slug: Web/HTTP/Status/417 +tags: + - HTTP + - Клиентска грешка + - Код за състояние + - Код за състояние в HTTP + - справочник +translation_of: Web/HTTP/Status/417 +--- +<div>{{HTTPSidebar}}</div> + +<p>Кодът за състояние на грешка в HTTP <strong><code>417 Expectation Failed</code></strong> (Очакванията се провалиха) указва, че очакваното състояние, упоменато като стойност в полето от заглавието на заявката {{HTTPHeader("Expect")}}, не може да бъде удовлетворено.</p> + +<p>Вижте {{HTTPHeader("Expect")}} за повече подробности.</p> + +<h2 id="Състояние">Състояние</h2> + +<pre class="syntaxbox">417 Expectation Failed</pre> + +<h2 id="Спецификации">Спецификации</h2> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="col">Specification</th> + <th scope="col">Title</th> + </tr> + <tr> + <td>{{RFC("7231", "417 Expectation Failed" , "6.5.14")}}</td> + <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td> + </tr> + </tbody> +</table> + +<h2 id="Вижте_също">Вижте също</h2> + +<ul> + <li>{{HTTPHeader("Expect")}}</li> +</ul> |
