mirror of https://github.com/dapr/docs.git
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:
parent
a416238a07
commit
411475dcd2
|
@ -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:
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue