# 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="https://727245914-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIDIcmPiz7q6Sr6ZHHQxV%2Fuploads%2Fdj2CAeCT7JgMUrHszwMd%2Fheaders.png?alt=media&#x26;token=94109c07-73a0-4fa7-aa51-754464e3ad0f" 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 %}
