> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/es/knowledge-base/knowledge-base-articles/x-forwarded-for.md).

# X-Forwarded-For

La opción ***Usar X-Forwarded-For***, disponible en la interfaz web de Devolutions Server en ***Administración – Configuración del servidor – Seguridad***, se introdujo para resolver un problema de seguridad de Devolutions Server detrás de un equilibrador de carga: el servidor solo veía al llamante situado directamente delante de él.

Cuando se implementó por primera vez, la opción estaba activada de forma predeterminada para permitir la compatibilidad con versiones anteriores para los usuarios que ya utilizaban equilibradores de carga. Sin embargo, desde Devolutions Server 2023.3, está desactivada de forma predeterminada en las nuevas instalaciones de Devolutions Server. Por lo tanto, en las nuevas instalaciones que utilicen un equilibrador de carga, debe activar manualmente la opción en ***Administración – Configuración del servidor – Seguridad***. No es necesaria ninguna acción en las instalaciones existentes.

![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB2343.png)

Cuando la opción está activada, IIS añade el encabezado [X-Forwarded-For](https://en.wikipedia.org/wiki/X-Forwarded-For) a la solicitud (esto no funciona con Kestrel). Cada nodo intermedio añade la identidad del llamante original al encabezado de la solicitud y sigue añadiendo su llamante al siguiente. Por consiguiente, el último nodo no solo ve al llamante original, sino también qué nodos intervinieron antes de él.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/server/es/knowledge-base/knowledge-base-articles/x-forwarded-for.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
