Site updated at 2017-01-25 10:34:44 UTC

This commit is contained in:
Travis CI 2017-01-25 10:34:44 +00:00
parent e96156a2ce
commit cde045c97f
24 changed files with 42 additions and 41 deletions

View file

@ -179,13 +179,14 @@ Make sure that the URL exactly matches your endpoint or resource.
<p>The headers will contain all relevant details. This will also give you the ability to access endpoints that are protected by tokens.</p>
<p>```bash
Content-Length: 1024
<div class="language-bash highlighter-rouge"><pre class="highlight"><code>Content-Length: 1024
Host: IP_ADDRESS1:5000
Authorization: Basic aGExOnRlc3Qx
Accept-Encoding: identity
Content-Type: application/json
User-Agent: Home Assistant</p>
User-Agent: Home Assistant
</code></pre>
</div>
</article>