Lyon пре 1 година
родитељ
комит
e577386ee8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      port/linux/test/python/requests/post_data.py

+ 1 - 1
port/linux/test/python/requests/post_data.py

@@ -3,7 +3,7 @@ form_data = '------WebKitFormBoundaryrEPACvZYkAbE4bYB\r\nContent-Disposition: fo
 
 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",