From 97a422a1f63938696a3f77053881e8893e6796e9 Mon Sep 17 00:00:00 2001 From: joshvanl Date: Tue, 26 Aug 2025 11:06:42 -0300 Subject: [PATCH] Fixes the headers in the service invocation calls Signed-off-by: joshvanl --- daprdocs/content/en/reference/api/service_invocation_api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/api/service_invocation_api.md b/daprdocs/content/en/reference/api/service_invocation_api.md index d4cfa9401..cc46d9824 100644 --- a/daprdocs/content/en/reference/api/service_invocation_api.md +++ b/daprdocs/content/en/reference/api/service_invocation_api.md @@ -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.