dtm-examples icon indicating copy to clipboard operation
dtm-examples copied to clipboard

请求转发过程中,有时候需要获取当前请求头,以附加更多的请求头或者移除某些请求头

Open gainorloss opened this issue 2 years ago • 1 comments

c# saga.SetBranchHeaders(new System.Collections.Generic.Dictionary<string, string> { { "x-tenant-id","1" }, { "Auhthorization","1" } }); saga.SetBranchHeaders(new System.Collections.Generic.Dictionary<string, string> { { { "Auhthorization","1" } });//直接覆盖了x-tenant-id 需要更灵活地控制BranchHeader

gainorloss avatar Oct 17 '23 07:10 gainorloss

这个你放到对应client项目下面呢?

yedf2 avatar Nov 16 '24 11:11 yedf2