Hi everyone,
I'm currently working with OSB and have a requirement to add a specific HTTP header to all incoming and outgoing service requests.
However, the challenge I'm facing is that I'm limited to working within the confines of the WebLogic server where the OSB is running. I'm looking for a way to globally apply this functionality, potentially using a servlet filter or OWSM policy and attach it to all services. I'm unable to modify the services individually (modify the pipeline), so I need a solution that can be applied globally.
What would be the best way to implement this functionality within these constraints? Is it possible to create a custom OWSM policy or servlet filter that can handle this? If we opt for the servlet filter, how can we filter only the requests from the osb domain?. Any guidance or advice would be greatly appreciated and if there is a better option, it will also be welcome.
Regards,