Http Headers

Hello,

where can I get the http header information with Yii ?

I would imagine you could get most of the information you need in the Yii::app()->request component.

If you need anything that’s not accessible in a property or method of that class, you can use PHP’s built in functions.