Middleware groups in Laravel 5.2
Explains Laravel 5.2's middleware groups feature for simplifying route middleware management.
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.
Introducing bpssl, a Django application for managing HTTPS redirection and securing specific URLs at the application level.
Explains using Next.js 16's Proxy Layer to manage multi-lingual routing, SEO, and authentication with a three-way route classification system.