WCF has a mechanism to propagate activity ids for logging between service calls. How is this supposed to work when there are REST services in the call stack?
Is there a standard HTTP header in which this information should be sent?
I am not aware of any standards but from my previous discussions on this subject, correlation-id
seems to be the preferred term.