LyraLearn AI Learning Platform
Exams
← Back to the lesson
Module 3 Β· Quiz

The Request Pipeline Walkthrough

1. What is the first component that processes a request in the ASP.NET Core request pipeline?
2. Which component in the middleware pipeline is responsible for populating `HttpContext.User` with the identity of the request?
3. What happens if a middleware component does not call `next` in the ASP.NET Core request pipeline?
4. Where should middleware for logging with a correlation ID be placed in the request pipeline?