aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/http/status/403/index.html
blob: c33d2e530614fedf5545ac3515ceb36625dbc262 (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
46
47
48
49
---
title: 403 Forbidden
slug: Web/HTTP/Status/403
translation_of: Web/HTTP/Status/403
---
<div>{{HTTPSidebar}}</div>

<div>El código de error de respuesta HTTP <strong><code>403 Forbidden</code></strong> indica que el servidor ha entendido nuestra petición, pero se niega a autorizarla.</div>

<div> </div>

<div>Este estado es similar a {{HTTPStatus("401")}}, pero en este caso, re-autenticarnos no provocará ninguna diferencia. El acceso está permanentemente prohibido y vinculado a la lógica de la aplicación (como un error de contraseña incorrecta).</div>

<h2 id="Estado">Estado</h2>

<pre class="syntaxbox">403 Forbidden</pre>

<h2 id="Respuesta_de_ejemplo">Respuesta de ejemplo</h2>

<pre>HTTP/1.1 403 Forbidden
Date: Wed, 21 Oct 2015 07:28:00 GMT
</pre>

<h2 id="Especificaciones">Especificaciones</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Title</th>
  </tr>
  <tr>
   <td>{{RFC("7231", "403 Forbidden" , "6.5.3")}}</td>
   <td>HTTP/1.1: Semantics and Content</td>
  </tr>
 </tbody>
</table>

<h2 id="Compatibilidad_de_navegadores">Compatibilidad de navegadores</h2>



<p>{{Compat("http.status.403")}}</p>

<h2 id="Vea_también">Vea también</h2>

<ul>
 <li>{{HTTPStatus("401")}}</li>
</ul>