Fixes the headers in the service invocation calls

Signed-off-by: joshvanl <me@joshvanl.dev>
This commit is contained in:
joshvanl 2025-08-26 11:06:42 -03:00
parent b92eaea42a
commit 97a422a1f6
1 changed files with 2 additions and 1 deletions

View File

@ -140,8 +140,9 @@ When Dapr invokes a service, it automatically adds the following headers to the
| Header | Description | Example |
|--------|-------------|---------|
| `dapr-app-id` | The ID of the calling application | `myapp` |
| `dapr-caller-app-id` | The ID of the calling application | `myapp` |
| `dapr-caller-namespace` | The namespace of the calling application | `production` |
| `dapr-callee-app-id` | The ID of the called application | `mathService` |
These headers are available in both HTTP and gRPC service invocation requests.