From 030f03d70981626b2332efcb349855b292d198b6 Mon Sep 17 00:00:00 2001 From: Martín Gómez <6207345+soymgomez@users.noreply.github.com> Date: Sat, 15 Jan 2022 22:21:44 +0100 Subject: 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 --- files/es/web/http/status/403/index.html | 49 --------------------------------- files/es/web/http/status/403/index.md | 43 +++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 49 deletions(-) delete mode 100644 files/es/web/http/status/403/index.html create mode 100644 files/es/web/http/status/403/index.md (limited to 'files/es') 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 ---- -
{{HTTPSidebar}}
- -
El código de error de respuesta HTTP 403 Forbidden indica que el servidor ha entendido nuestra petición, pero se niega a autorizarla.
- -
 
- -
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).
- -

Estado

- -
403 Forbidden
- -

Respuesta de ejemplo

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

Especificaciones

- - - - - - - - - - - - -
SpecificationTitle
{{RFC("7231", "403 Forbidden" , "6.5.3")}}HTTP/1.1: Semantics and Content
- -

Compatibilidad de navegadores

- - - -

{{Compat("http.status.403")}}

- -

Vea también

- - diff --git a/files/es/web/http/status/403/index.md b/files/es/web/http/status/403/index.md new file mode 100644 index 0000000000..b6719ec547 --- /dev/null +++ b/files/es/web/http/status/403/index.md @@ -0,0 +1,43 @@ +--- +title: 403 Forbidden +slug: Web/HTTP/Status/403 +translation_of: Web/HTTP/Status/403 +tags: + - Client error + - HTTP + - Reference + - Status code +browser-compat: http.status.403 +--- + +{{HTTPSidebar}} + +El error 403 o **`403 Forbidden`** es un código de respuesta HTTP el cual indica que el servidor ha recibido y ha entendido la petición, pero rechaza enviar una respuesta. + +Hay similitudes entre el status {{HTTPStatus("401")}} y el **`error 403`**, la diferencia es que este último no se soluciona con una re-autenticación. El acceso está permanentemente prohibido y ligado a la lógica de la aplicación, como el no tener los permisos necesarios para acceder al recurso. + +## Estado + +``` +403 Forbidden +``` + +## Ejemplo de respuesta + +``` +HTTP/1.1 403 Forbidden +Date: Wed, 21 Oct 2015 07:28:00 GMT +``` + +## Especificaciones + +{{Specifications}} + +## Compatibilidad de navegadores + +{{Compat}} + +## Vea también + +- {{HTTPStatus("401")}} +- [HTTP/1.1: Status Code Definitions](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) -- cgit v1.2.3-54-g00ecf