Free Post Report URI Processing Truncated Requests? A PHP Debugging Deep Dive In my previous blog post, I came across a bug in Report URI that took some effort to debug and fully understand before I could fix it. Whilst I'...
Free Post Report URI Unravelling The Mystery Of Truncated POST Requests On Report URI This blog post is going to detail what was a pretty lengthy journey for me in debugging an elusive issue that started to occur on Report URI recently! It required...
Free Post nginx Customising Server header over HTTP/2 in NginX I recently noticed that my website was returning the value 'nginx' in my Server header which was odd because I build NginX form source and specifically change the...
Free Post Let's Encrypt Let's Encrypt with DNS Round-Robin I was having a period of really high load on securityheaders.io [https://securityheaders.io] earlier and whilst I looked into it and sorted out the root cause I wanted...
Free Post CSP CSP Nonce support in Nginx Content Security Policy is an incredibly powerful security feature but in some circumstances it can be a little difficult to deploy. Removing inline scripts or styles often comes up as...
Free Post nginx Doing the ChaCha with Nginx ChaCha20-Poly1305 is the combination of a new cipher, ChaCha20, and a new MAC, Poly1305, to give us a new AEAD cipher suite. AEADs will be the only option that will...
Free Post nginx Brotli Compression Following a few performance related blogs recently this one is following a similar trend and is going to look at Brotli compression. It was announced by Google in September 2015 and it claims to offer 20%-26% better compression than existing compression algorithms. That&...
Free Post nginx Caching Ghost with Nginx The performance of my site has always been a consideration, the faster your site, the better the browsing experience. I've made various changes in the past to try...
Free Post nginx Monitoring Server and Application Health with New Relic As the number of servers you manage increases, keeping an eye on them all can become a bit of a task in itself. I've used Munin [http://munin-monitoring....
Free Post HTTP/2 Monitoring HTTP/2 usage in the wild Having recently enabled HTTP/2 support [https://scotthelme.co.uk/tag/http-2/] on my blog, I was curious to see just how many of my visitors would be using the...
Follow