Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » How to just Post data ?
How to just Post data ? [message #44538] Wed, 25 March 2015 10:17 Go to previous message
akebee is currently offline  akebee
Messages: 90
Registered: August 2011
Location: China
Member
	String url = ~edt_url;
	String header = ~edt_para;
	String data = ~edt_content;
	
	HttpRequest http(url);
	http.AddHeaders(data);
	http.Post(data);
	
	String result = http.Execute(); 


index.php?t=getfile&id=4760&private=0
it does not work,i just want post data to some url;
  • Attachment: Image 2.png
    (Size: 49.30KB, Downloaded 462 times)
 
Read Message
Read Message
Read Message
Previous Topic: [Bug] Httprequest - consecutive requests contain parts of previous requests
Next Topic: Simple class to handle variables used by different threads
Goto Forum:
  


Current Time: Sun Apr 28 23:19:59 CEST 2024

Total time taken to generate the page: 0.03911 seconds