Difference between Discovery URL and Endpoint URL #1702
Replies: 1 comment 3 replies
-
|
The Discovery URL is where you can connect to call the Discovery services, e.g. FindServers and GetEndpoints. The EndpointDescriptions you receive in the GetEndpoints call will have an Endpoint URL in them. This is the URL you will use when connecting with the intention of creating a Session. For many servers these will be the same, but it’s possible they are not, e.g. the discovery url could be This is important because the way most clients are written, not just in Milo, is to connect in 2 steps:
The thing to take away is that the URL you used to call the discovery services and the URL in the EndpointDescription for the endpoint you actually want to connect to might be different, and this difference is important. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @kevinherron,
Can you explain what is the difference between Discovery URL and Endpoint URL?
Also, how the implementation of creating client and connecting to client, will change for these 2 types of URL
Beta Was this translation helpful? Give feedback.
All reactions