DEV Community

Basit Jamil
Basit Jamil

Posted on

.NET Core Web API Middleware Order Configuration

  1. Exception Handler
  2. HSTS
  3. HTTPS Redirection
  4. Static Files
  5. Routing
  6. CORS
  7. Authentication
  8. Authorization
  9. Custom Middleware
  10. Endpoint Configuration

Latest comments (0)