Hacker News new | ask | show | jobs
by cellover 4182 days ago
Alternatively, more and more sysadmins have added custom headers to their web servers:

curl -I pilgrimbreak.com

  HTTP/1.1 301 Moved Permanently
  Server: nginx/1.6.2
  Date: Fri, 09 Jan 2015 15:39:36 GMT
  Content-Type: text/html
  Content-Length: 184
  Connection: keep-alive
  Location: http://www.pilgrimbreak.com/
  X-Charlie: I am Charlie
1 comments

Spread the word if you manage an nginx server:

http://www.pilgrimbreak.com/nginx-custom-http-header/