# Origin security

### Identification headers

Cloudimage allows you to set up one or many ***global headers*** which are sent to the origin on every request.

You need to enter the `name` and `value` of the header(s) to send. All these headers will be automatically sent for each request made with your token which allows you to set up your origin to accept only requests containing these headers.

{% hint style="info" %}
In the value field, you could use the following variables:

* `{{header.host}}` will allow you to forward the `HOST` header to your origin;
* `{{req.ip}}` will allow you to forward the client's IP address.

If you have been a Cloudimage customer before 01/01/2023, please contact us to enable this feature.
{% endhint %}

<figure><img src="/files/i2ZPwe44ExQVlJo1mOI9" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Please be aware that this feature needs up to 5 minutes to be propagated to all our servers.
{% 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://docs.cloudimage.io/setup/security/origin-security-headers.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.
