aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/status/415/index.html
blob: ceaee4718fe6daf7bb952118683e27f7c52b089a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: 415 Unsupported Media Type
slug: Web/HTTP/Status/415
tags:
  - Codigo Status
  - Codigo Status HTTP
  - Erro no cliente
  - HTTP
  - Referencia
translation_of: Web/HTTP/Status/415
---
<p> </p>

<p>{{HTTPSidebar}}</p>

<p>O erro HTTP <code><strong>415 Unsupported Media Type</strong></code> do cliente indica que o servidor se recusou a aceitar a requisição porque o formato do payload não é um formato suportado.</p>

<p>O problema do formato por ter ocorrido pelos valores indicados no {{HTTPHeader("Content-Type")}} ou {{HTTPHeader("Content-Encoding")}}, ou pelo resultado da inspeção do dado em si.</p>

<h2 id="Status">Status</h2>

<pre class="syntaxbox">415 Unsupported Media Type</pre>

<h2 id="Especificações">Especificações</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Especificações</th>
   <th scope="col">Título</th>
  </tr>
  <tr>
   <td>{{RFC("7231", "415 Unsupported Media Type" , "6.5.13")}}</td>
   <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
  </tr>
 </tbody>
</table>

<h2 id="Veja_também">Veja também</h2>

<ul>
 <li>{{HTTPHeader("Content-Type")}}</li>
 <li>{{HTTPHeader("Content-Encoding")}}</li>
 <li>{{HTTPHeader("Accept")}}</li>
</ul>