honor x-www-form-urlencoded in http block (#4232)
This commit is contained in:
@@ -3891,7 +3891,7 @@ class HttpRequestBlock(Block):
|
||||
method=self.method,
|
||||
url=self.url,
|
||||
headers=self.headers,
|
||||
json_data=self.body,
|
||||
body=self.body,
|
||||
timeout=self.timeout,
|
||||
follow_redirects=self.follow_redirects,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user