abp icon indicating copy to clipboard operation
abp copied to clipboard

Within Service B, when using HttpClient to make a remote call to Service A, the tenant information within Service B does not automatically get passed along to the invoked interface within the HttpClient call?

Open luy710 opened this issue 11 months ago • 1 comments

When Service B employs HttpClient to perform a remote invocation of an API in Service A, the tenant context from Service B is not automatically included in the HTTP request headers or parameters during the HttpClient's API call unless explicitly added by the calling code.

luy710 avatar Mar 25 '24 01:03 luy710

You can use C# client proxy : https://docs.abp.io/en/abp/latest/API/Static-CSharp-API-Clients

realLiangshiwei avatar Mar 25 '24 01:03 realLiangshiwei