diff --git a/README.md b/README.md
index 01e1e1599f9..fc9328d53cd 100644
--- a/README.md
+++ b/README.md
@@ -245,7 +245,7 @@ Home Assistent runs a webserver accessible on port 8123.
In the package `homeassistant.remote` a Python API on top of the HTTP API can be found.
-The API accepts and returns only JSON encoded objects. All API calls have to be accompanied by the header "HA-Access" with as value the api password (as specified in `home-assistant.conf`).
+The API accepts and returns only JSON encoded objects. All API calls have to be accompanied by the header "X-HA-Access" with as value the api password (as specified in `home-assistant.conf`).
Successful calls will return status code 200 or 201. Other status codes that can return are:
- 400 (Bad Request)
diff --git a/homeassistant/components/http/frontend.py b/homeassistant/components/http/frontend.py
index ed7199d1a93..5190b87f741 100644
--- a/homeassistant/components/http/frontend.py
+++ b/homeassistant/components/http/frontend.py
@@ -1,2 +1,2 @@
""" DO NOT MODIFY. Auto-generated by build_frontend script """
-VERSION = "f0d938f2a01a613e9fa0beb44940713d"
+VERSION = "b32f2de4e3336946fe68cd1e5cd0fe6f"
diff --git a/homeassistant/components/http/www_static/frontend.html b/homeassistant/components/http/www_static/frontend.html
index d9e0e9f0e81..a49e7c83367 100644
--- a/homeassistant/components/http/www_static/frontend.html
+++ b/homeassistant/components/http/www_static/frontend.html
@@ -66,6 +66,6 @@ if(this.removeAttribute(a),d)return j(this,a,c);var e=c,f=m(this,a,e);return j(t