Restore rest integration ability to follow http redirects (#61293)
This commit is contained in:
parent
d2216363c5
commit
aca2c3a27a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue