abp
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?
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.
You can use C# client proxy : https://docs.abp.io/en/abp/latest/API/Static-CSharp-API-Clients