mirror of
https://github.com/home-assistant/core.git
synced 2026-09-08 02:35:02 -05:00
Restore rest integration ability to follow http redirects (#61293)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user