Click here to Skip to main content
15,895,606 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Do you have any idea for send and receive data with POST/GET method from web Server using C++ language?

I have one Application A (using C++), Web Server B

Diagram:
A --> Send Data --> B --> Check Validate information --> return values --> A


I want to send information with two CString parameter to Web Server (PHP), and on this server will be check validate some rules on this information. And then send back to application A.

May someone give me solution or example for send and receive data in Application A, which API i can used?

Thanks and best regards!
zidane
http://learn-tech-tips.blogspot.com
Posted
Updated 21-Sep-15 23:25pm
v4

1 solution

According to James Marshall, HTTP communication could be really easy: "A Practical Guide to Writing Clients and Servers"[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900