Live data from Hacker News

Whois on any .fr domain displays “je suis charlie”

twitter.com

1–10 of 19 posts

Re: Whois on any .fr domain displays “je suis charlie”

#9
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

Re: Whois on any .fr domain displays “je suis charlie”

#10

  $ curl -I charliehebdo.fr
  HTTP/1.1 302 Found
  Server: nginx
  Date: Fri, 09 Jan 2015 15:55:10 GMT
  Content-Type: text/html; charset=iso-8859-1
  Content-Length: 221
  Connection: keep-alive
  Location: http://www.charliehebdo.fr/index.html
  Vary: Accept-Encoding
  X-Charlie-fr: Je suis toujours Charlie.
  X-Charlie-en: I am still Charlie.
  X-Charlie-es: Todavia soy Charlie.
  X-Charlie-de: Ich bin immer Charlie.
  X-Charlie-ro: Inca sunt Charlie.
  X-Charlie-cz: Jsem stale Charlie.
Post reply on HN