aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/http/status/403/index.html
diff options
context:
space:
mode:
authorMartín Gómez <6207345+soymgomez@users.noreply.github.com>2022-01-15 22:21:44 +0100
committerGitHub <noreply@github.com>2022-01-15 15:21:44 -0600
commit030f03d70981626b2332efcb349855b292d198b6 (patch)
tree93da974ce4e858abbeb8e73e0194a0caf491ccbb /files/es/web/http/status/403/index.html
parent59eca4b00edb35a92d724ee98598ed882cf3e3a2 (diff)
downloadtranslated-content-030f03d70981626b2332efcb349855b292d198b6.tar.gz
translated-content-030f03d70981626b2332efcb349855b292d198b6.tar.bz2
translated-content-030f03d70981626b2332efcb349855b292d198b6.zip
Updated HTTP Status 403 (#3563)
* Updated HTTP Status 403 Hi! @soymgomez, we appreciate your collaboration. I did some changes to your file in order to comply with the guideline that indicates all `HTML` files should be now on `MD` format. Also, I'd like to invite you to our [telegram channel](https://t.me/+Dr6qKQCAepw4MjFj) , in order to have an easy way to be in touch, since I know you are interested on this translation project. Co-authored-by: Sergio.valera <67393791+sergiogval@users.noreply.github.com> Co-authored-by: Juan Vasquez <juan@logicalbricks.com>
Diffstat (limited to 'files/es/web/http/status/403/index.html')
-rw-r--r--files/es/web/http/status/403/index.html49
1 files changed, 0 insertions, 49 deletions
diff --git a/files/es/web/http/status/403/index.html b/files/es/web/http/status/403/index.html
deleted file mode 100644
index c33d2e5306..0000000000
--- a/files/es/web/http/status/403/index.html
+++ /dev/null
@@ -1,49 +0,0 @@
----
-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>