How to apply a filter affecting to all the applications deployed, including services in OSB
We need to include in all the requests coming to weblogic server 12c a new header. The initial idea is using a filter, avoiding to modify the pipeline for all the deployed services in our infraestructure (close to 2000).
Is there some information or best practices about this idea? is it even possible?