How can we remove or add HTTP header response values from drupal site for specific page?

Please help me on this!

Comments

danrod’s picture

dks786’s picture

Thanks for ur reply!

I want to remove Vary: Cookie,Accept-Encoding (header response) from homepage for anonymous user in drupal 7.

header_remove("Vary");  in template_preprocess() is not working for me.

Can you please help me on this!

Thanks!