You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow-up for the spike #2318, see the discussion and PoC code for more context.
Describe request handling steps. Explain the order in which different middleware and route handlers are invoked in LB4, what extension points are provided. This content can go into a new section to Advanced topics in Sequence or we can create an entirely new page.
When #2389 is done, requests will be handled in the following steps:
Request-preprocessing middleware like CORS, this is not customizable yet.
Native LoopBack 4 routes (controller methods or route handlers).
External Express routers (if the request was not handled yet).
Static assets (if the request was not handled yet).
Request-preprocessing middleware like CORS, this is not customizable yet.
Perhaps we should clarify what we mean here by not customizable yet for CORS middleware.
Is it in place for the user or not? (I thought it was) , and what are the default (non-customizable) settings?
This is a follow-up for the spike #2318, see the discussion and PoC code for more context.
Describe request handling steps. Explain the order in which different middleware and route handlers are invoked in LB4, what extension points are provided. This content can go into a new section to Advanced topics in Sequence or we can create an entirely new page.
When #2389 is done, requests will be handled in the following steps:
Related issues: #1849
The text was updated successfully, but these errors were encountered: