honor x-www-form-urlencoded in http block (#4232)

This commit is contained in:
Marc Kelechava
2025-12-08 17:34:08 -08:00
committed by GitHub
parent ffa980f1ff
commit 5e3211afac
3 changed files with 11 additions and 2 deletions

View File

@@ -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,
)