> 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/it/knowledge-base/knowledge-base-articles/x-forwarded-for.md).

# X-Forwarded-For

L'opzione ***Usa X-Forwarded-For***, disponibile nell'interfaccia web di Devolutions Server in ***Amministrazione – Impostazioni server – Sicurezza***, è stata introdotta per risolvere un problema di sicurezza di Devolutions Server dietro un bilanciatore di carico: il server vedeva solo il chiamante immediatamente precedente.

Al momento della prima implementazione, l'opzione era abilitata per impostazione predefinita per garantire la compatibilità con gli utenti che già utilizzavano bilanciatori di carico. Tuttavia, a partire da Devolutions Server 2023.3, è disabilitata per impostazione predefinita nelle nuove installazioni di Devolutions Server. Pertanto, per le nuove installazioni che utilizzano un bilanciatore di carico, è necessario abilitare manualmente l'opzione in ***Amministrazione – Impostazioni server – Sicurezza***. Non è richiesta alcuna azione per le installazioni esistenti.

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

Quando l'opzione è abilitata, l'intestazione [X-Forwarded-For](https://en.wikipedia.org/wiki/X-Forwarded-For) viene aggiunta alla richiesta da IIS (questo non funziona con Kestrel). Ogni nodo intermedio aggiunge l'identità del chiamante originale all'intestazione della richiesta e continua ad aggiungere il proprio chiamante al successivo. Di conseguenza, l'ultimo nodo vede non solo il chiamante originale, ma anche quali nodi sono intervenuti prima di esso.


---

# 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/it/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.
