Tagged Questions
7
votes
3answers
933 views
Important fields in HTTP header from security perspective
What are the Important fields in HTTP header from security perspective? I tried to google it but unable to find. Can anybody provide me a link to read about it? Thanks in advance.
7
votes
2answers
159 views
Does the 'Server' header serve any purpose?
For example, when I dump the response header for my server I get:
Server: Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.5 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8g
Is this used for anything? Is ...