Skip to content

Instantly share code, notes, and snippets.

@timblair
Created April 26, 2011 12:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save timblair/942151 to your computer and use it in GitHub Desktop.
Save timblair/942151 to your computer and use it in GitHub Desktop.
National Rail really is run by a bunch of monkeys...
$ curl --silent -i http://ojp.nationalrail.co.uk/ | grep 'Powered-By'
X-Powered-By: An infinite number of monkeys
@joelr
Copy link

joelr commented Oct 24, 2016

no longer works, this works:
curl --silent -i http://ojp.nationalrail.co.uk/service/landing/home/ | grep 'Powered-By'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment