Update daprdocs/content/en/developing-applications/building-blocks/service-invocation/service-invocation-namespaces.md

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
This commit is contained in:
Mark Fussell 2022-03-03 14:14:48 -08:00 committed by GitHub
parent a416238a07
commit 411475dcd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@ When using service invocation to call an application in a namespace you qualify
https://localhost:3500/v1.0/invoke/myapp.production/method/ping
```
And calling the same `ping` method using a curl command from an external DNS address, in this case `api.demo.dapr.team` and supplying the Dapr API token for authentication would be like this;
**Example 3**
Call the same `ping` method as example 2 using a curl command from an external DNS address (in this case, `api.demo.dapr.team`) and supply the Dapr API token for authentication:
MacOS/Linux:
```