Do not add a Content-Type header to ingress (#83425)
This commit is contained in:
parent
e32074c74e
commit
9733d31cd0
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ class HassIOIngress(HomeAssistantView):
|
||||||
allow_redirects=False,
|
allow_redirects=False,
|
||||||
data=request.content,
|
data=request.content,
|
||||||
timeout=ClientTimeout(total=None),
|
timeout=ClientTimeout(total=None),
|
||||||
|
skip_auto_headers={hdrs.CONTENT_TYPE},
|
||||||
) as result:
|
) as result:
|
||||||
headers = _response_header(result)
|
headers = _response_header(result)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue