Skip to content

Commit

Permalink
Update post_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pikasTech authored Oct 12, 2024
1 parent e98e73e commit e577386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port/linux/test/python/requests/post_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

header = {"Content-Type": "multipart/form-data; boundary=----WebKitFormBoundaryrEPACvZYkAbE4bYB"}

a = requests.request("POST", "http://httpbin.org/post",
a = requests.request("POST", "http://www.rt-thread.com/service/echo",
headers=header, data=form_data)

# a = requests.request("POST", "http://pikascript.com/uploads",
Expand Down

0 comments on commit e577386

Please sign in to comment.