We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98e73e commit e577386Copy full SHA for e577386
port/linux/test/python/requests/post_data.py
@@ -3,7 +3,7 @@
3
4
header = {"Content-Type": "multipart/form-data; boundary=----WebKitFormBoundaryrEPACvZYkAbE4bYB"}
5
6
-a = requests.request("POST", "http://httpbin.org/post",
+a = requests.request("POST", "http://www.rt-thread.com/service/echo",
7
headers=header, data=form_data)
8
9
# a = requests.request("POST", "http://pikascript.com/uploads",
0 commit comments