Is it possible to create a process in ODE that will pass specified http headers directly through from the calling application to one or more of the web services that are invoked within the process? Specifically, I would like to pass basic authentication details.
I know that http authentication details can be added to the endpoint configuration file, but this means that the same credentials are passed on every call, whereas I would like the details of the user that has authenticated in the calling application. I also noticed that there was some functionality around RESTful web services to get the information from a message part - but I would like to pass it direct from the inbound http request. I hope that makes some sense.
