I noticed while doing some work on TerriaJS a response coming back with the X-Powered-By header which rung a bell with this page on security best practices with Express.js. Given that terriajs-server is open source is probably somewhat obvious that we're using Express, but it's probably worth doing this at some stage anyway :)
I noticed while doing some work on TerriaJS a response coming back with the
X-Powered-Byheader which rung a bell with this page on security best practices withExpress.js. Given that terriajs-server is open source is probably somewhat obvious that we're using Express, but it's probably worth doing this at some stage anyway :)