The intercepting filter design pattern for server / service action
162
Views
0
Comments
New
Architecture & Governance 

Hi,

It would be nice to have some pre-processing / post-processing common logic to plug in with each server action and service action. This can be very useful if application want to apply common business logic for all request/response like, authentication, authorization, http header manipulation etc.

https://www.outsystems.com/forums/discussion/82373/filter-pattern-for-server-calls/