Special header()

Hey guys,

I need a special header
header (“Content-Type: application/vnd.fdf”);

How could I set this in my controller?

Hi,

try $this->response->setHeader(‘Content-Type’, ‘application/vnd.fdf’);

1 Like

It works thank you!