From b3c050747e14783cf12755ee67fef2413105c0d7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 20 Jan 2018 18:29:57 +0100 Subject: [PATCH] Add browser as option --- source/developers/server_sent_events.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/server_sent_events.markdown b/source/developers/server_sent_events.markdown index 2f94a0bc8e0..fc54b168dab 100644 --- a/source/developers/server_sent_events.markdown +++ b/source/developers/server_sent_events.markdown @@ -15,7 +15,7 @@ The URI that is generating the data is `/api/stream`. A requirement on the client-side is existing support for the [EventSource](https://developer.mozilla.org/en-US/docs/Web/API/EventSource) interface. -There are various ways to access the stream. One is `curl`: +There are various ways to access the stream. If you have not set an `api_password` in the [`http`](/components/http/) section of your `configuration.yaml` file then you use your modern browser to read the messages. A command-line option is `curl`: ```bash $ curl -X GET -H "x-ha-access: YOUR_PASSWORD" \