**SPIP**
# Article validated
The article "**\_HEADER\_COMPOSED_BY**
(https://www.spip.net/en_article6584.html)" was validated by
<multi>[ar]جورج[fr]George [en]George</multi>.
* * *
## \_HEADER\_COMPOSED_BY
Tuesday 9 June 2020 , by [jack](.././?page=auteur&id_auteur=593&)
The constant **`_HEADER_COMPOSED_BY`** defines the content of the
*Composed-By* part of the HTTP header of pages generated by SPIP (see
article $GLOBALS\[’spip\_header\_silencieux’\]
(https://www.spip.net/ecrire/?exec=article&id_article=5135) on this
subject). By default, this constant is set to "Composed-By: SPIP".
It is possible to customize this value in your file
`config/mes_options.php` (See the article dedicated to it
(https://www.spip.net/ecrire/?exec=article&id_article=4909)).
Example :
// do not send a Composed-By HTTP header
define
(http://www.php.net/define)
(
'_HEADER_COMPOSED_BY'
,
''
)
;
— Sent by SPIP (https://www.spip.net/)
