Enforcing HTTPS in ASP.NET Core
A tutorial on creating custom middleware in ASP.NET Core to automatically redirect HTTP requests to HTTPS for improved security.
A tutorial on creating custom middleware in ASP.NET Core to automatically redirect HTTP requests to HTTPS for improved security.
A guide to implementing static file caching and response compression in ASP.NET Core to optimize web application performance.
A technical tutorial on integrating Azure AD B2C authentication with multiple policies into an ASP.NET Core 1.0 application.
Explains the new routing structure in Laravel 5.3, including the move to separate 'web.php' and 'api.php' files.
Explains how to handle unresolved tenant scenarios in the SaasKit multi-tenancy library for ASP.NET applications.
Explores challenges and solutions for implementing multi-tenant authentication middleware pipelines in ASP.NET Core applications.
A guide to implementing multi-tenant SaaS applications using ASP.NET Core and the SaasKit toolkit for tenant identification and resolution.
Explains Laravel 5.2's middleware groups feature for simplifying route middleware management.
Explains how to implement API rate limiting using the new 'throttle' middleware in Laravel 5.2, including header responses.
A guide on unit testing OWIN OAuth middleware for third-party API integration, using Vimeo as an example.
How to exclude specific routes from CSRF protection in the Laravel 5.1 PHP framework.
A guide on how to pass parameters to middleware in Laravel 5.1, using role-based authentication as a practical example.
A technical guide on implementing domain routing and tenant resolution for multi-tenant applications using ASP.NET MVC 6/5.
Explains the new Middleware feature in Laravel 5.0, which replaces the traditional filter-style architecture for handling HTTP requests.
Explains how to use OWIN pipeline hooks with extension methods to execute code before and after requests, including examples like timing and logging.
A technical guide explaining how to write OWIN middleware components in C# using five different implementation methods.
A guide to handling Faraday::Error::ConnectionFailed in Ruby using a custom middleware for better error management.
Explains a security vulnerability in Express.js's bodyParser middleware and provides safer alternatives for handling file uploads.
A guide to extending OpenStack Swift with a custom WSGI middleware for virus scanning using ClamAV.
Introducing bpssl, a Django application for managing HTTPS redirection and securing specific URLs at the application level.