aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/status/409/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/http/status/409/index.html')
-rw-r--r--files/pt-br/web/http/status/409/index.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/files/pt-br/web/http/status/409/index.html b/files/pt-br/web/http/status/409/index.html
new file mode 100644
index 0000000000..c9d27dabcd
--- /dev/null
+++ b/files/pt-br/web/http/status/409/index.html
@@ -0,0 +1,35 @@
+---
+title: 409 Conflict
+slug: Web/HTTP/Status/409
+translation_of: Web/HTTP/Status/409
+---
+<div>{{HTTPSidebar}}</div>
+
+<p>O status de resposta <code><strong>409 Conflict</strong></code> indica que a solicitação atual conflitou com o recurso que está no servidor.</p>
+
+<p>Conflitos são mais frequentes quando usado o método {{HTTPMethod("PUT")}}. Por exemplo, você pode receber uma resposta 409 quando fizer upload de um arquivo que é mais antigo do que já existe no servidor, resultando em conflito de versão.</p>
+
+<h2 id="Status">Status</h2>
+
+<pre class="syntaxbox notranslate">409 Conflito</pre>
+
+<h2 id="Especificações">Especificações</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Especificação</th>
+ <th scope="col">Título</th>
+ </tr>
+ <tr>
+ <td>{{RFC("7231", "409 Conflict" , "6.5.8")}}</td>
+ <td>Protocolo de Transferência de Hypertexto (HTTP/1.1): Semântica e Conteúdo</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Veja_também">Veja também</h2>
+
+<ul>
+ <li>{{HTTPMethod("PUT")}}</li>
+</ul>