How HTTP Chunked Encoding was killing a request
A deep dive into debugging a slow ASP.NET MVC request, tracing the root cause to HTTP chunked encoding and its performance implications.
A deep dive into debugging a slow ASP.NET MVC request, tracing the root cause to HTTP chunked encoding and its performance implications.
A tutorial on building a custom GraphQL client library for React to understand its internals and contribute to the ecosystem.
A guide to setting up HTTPS with a valid SSL certificate for a local development domain and using it with a Node.js server.
The author announces migrating their blog to HTTPS using a free Let's Encrypt certificate and requests help finding broken image links.
A technical guide on setting up and using Cloudflare's DNS over HTTPS service, including command-line examples and local server configuration.
A technical guide to building and enhancing a secure, accessible login form with HTML validation, security best practices, and UX improvements.
Explores the advantages of using RPC over HTTP for communication between microservices, focusing on simplicity and avoiding RESTful complexity.
A tutorial on using Sinon.js to stub HTTP requests in unit tests, preventing external API calls during test runs.
Introducing JustEat.HttpClientInterception, a .NET library for reliable testing of HTTP API integrations by intercepting calls.
Explains the benefits of HTTPS and how Netlify simplifies the process of enabling it for your website with automatic certificates.
Author reflects on leaving HPE after two years of leading open-source Python HTTP ecosystem development, including HTTP/2 and TLS improvements.
Explains Certificate Transparency for server operators, its importance for HTTPS security, and tools like crt.sh to verify certificate logs.
A developer tracks HTTP vs HTTPS requests for a year, highlighting major websites still using insecure HTTP and advocating for HTTPS adoption.
Explains how to implement HTTP Strict Transport Security (HSTS) in ASP.NET Core to enforce secure HTTPS connections.
A tutorial on creating custom middleware in ASP.NET Core to automatically redirect HTTP requests to HTTPS for improved security.
Explains why protocol-relative URLs (//example.com) are harmful for security and compatibility, advocating for absolute HTTPS URLs instead.
A technical analysis of the evolution and OS-specific behaviors of R's download.file function, focusing on changes from versions 3.2.5 to 3.3.0.
A guide to using Let's Encrypt for free, trusted TLS certificates, including setup with Nginx and comparisons to paid alternatives.
A guide to enhancing network security and privacy on macOS, covering ISP choice, browser extensions, and search engine alternatives.
A tutorial on adding HTTPS support and Dockerizing an ASP.NET Core application, including generating a self-signed certificate.