You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
something-random.13.82.148.57.nip.io has address 13.82.148.57
36
38
```
37
39
38
-
By default, any HTTP traffic for the hostname `deis`will be sent to the Workflow API service. To test that everything is connected properly you may validate connectivity using`curl`:
40
+
By default, any HTTP traffic destined for the hostname `deis`is automatically sent to the Workflow API service. To test that everything is connected properly use`curl`:
{"detail":"Authentication credentials were not provided."}
43
45
```
44
46
45
-
You should see a failed request because we provided no credentials to the API server.
47
+
Since no authentication information has been provided, `curl` will return an error. However this does validate that `curl` has reached the Workflow API service.
46
48
47
-
Remember the hostname, we will use it in the next step.
49
+
Remember the hostname, it will used in the next step.
48
50
49
51
You are now ready to [register an admin user and deploy your first app](../../deploy-an-app.md).
0 commit comments