We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fcb857 commit 7dbc75fCopy full SHA for 7dbc75f
example/simple-server/README.md
@@ -60,7 +60,10 @@ Steps:
60
HTTP server, this server should be accessible from the device running ZDE where you enrolled the `simple-client`
61
identity.
62
63
+ # curl to the server listening on the underlay:
64
curl http://localhost:8080?name=client
65
+
66
+ # curl to the server listening on the overlay:
67
curl http://simpleService.ziti:8080?name=client
68
69
### Example output
0 commit comments