VALIDATE me baby
A proposal for a new HTTP verb, VALIDATE, to enable safe, idempotent server-side validation from client-side forms without side effects.
A proposal for a new HTTP verb, VALIDATE, to enable safe, idempotent server-side validation from client-side forms without side effects.
Explains the April 7 web security vulnerability, its impact on major sites, and provides steps for users to protect their accounts.
A technical guide explaining how to configure an nginx server to achieve an A+ rating on the Qualys SSL Labs security test.
A guide on setting up an Express.js server to run over HTTPS using a self-signed certificate for local development.
Explains how to handle timeout issues when uploading large files using HttpWebRequest in .NET, offering a solution with custom synchronous wrappers.
Explores the technical challenge of detecting HTTP redirects in AJAX requests and argues for a native browser solution.
Explains how to process Content Security Policy violation reports with a practical PHP script example.
A guide to configuring Fiddler as a proxy server to debug HTTP/HTTPS traffic from an iPhone or iPad on a Windows machine.
A technical guide on implementing the Atom Publishing Protocol (AtomPub) for content management using ASP.NET Web API, including creating a custom MediaTypeFormatter.
Part 2 of a series on implementing AtomPub support in ASP.NET Web API, focusing on publishing content using clients like Fude and Windows Live Writer.
Explains how IIS handles SSL with host headers, focusing on wildcard certificates and resolving common HTTPS binding errors.
Introducing bpssl, a Django application for managing HTTPS redirection and securing specific URLs at the application level.
A guide to enabling HTTPS testing in Django's development server using stunnel to create an SSL tunnel.