Site updated at 2017-01-25 10:34:44 UTC
This commit is contained in:
parent
e96156a2ce
commit
cde045c97f
24 changed files with 42 additions and 41 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue