Skip to content

Commit

Permalink
Create MiddlewareComponents.net
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-gautam23 authored Apr 10, 2023
0 parents commit 54339ed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MiddlewareComponents.net
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Correct order of middleware componenets plays a very vital role in any application or software, Let's have a look on the proper order of it.

- Exception Handler
- HSTS
- HttpsRedirection
- Static files
- Routing
- CORS
- Authentication
- Authorization
- Custom Middleware
- Endpoints

0 comments on commit 54339ed

Please sign in to comment.