mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Restore rest integration ability to follow http redirects (#61293)
This commit is contained in:
parent
d2216363c5
commit
aca2c3a27a
@ -65,6 +65,7 @@ class RestData:
|
||||
auth=self._auth,
|
||||
data=self._request_data,
|
||||
timeout=self._timeout,
|
||||
follow_redirects=True,
|
||||
)
|
||||
self.data = response.text
|
||||
self.headers = response.headers
|
||||
|
Loading…
x
Reference in New Issue
Block a user