# Proxy IP

If CommandBox is running a server behind a trusted proxy which is known to set the `X-Forwarded-For` HTTP  header, then you can enable this setting for the remote IP in your CF engine's `cgi` scope to represent the upstream IP.

```
server set web.useProxyForwardedIP=true
```

&#x20;This is disabled by default.  Otherwise a malicious client could send a fake `X-Forwarded-For` HTTP  header to make it look like their traffic was coming from a trusted IP such as `127.0.0.1` to bypass any IP-based restrictions.   Only enable this if you trust the proxy CommandBox is sitting behind.  This should never be enabled if CommandBox is directly accessible on the internet. &#x20;

Enable for all servers like so:

```
config set server.defaults.web.useProxyForwardedIP=true
```

{% hint style="info" %}
For [Multi-Site](https://commandbox.ortusbooks.com/embedded-server/multi-site-support), Proxy IP settings can be configured on a per-site basis in the `sites` object of the `server.json` or in a `.site.json` file.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://commandbox.ortusbooks.com/embedded-server/configuring-your-server/proxy-ip.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
