What C/C++ code is used to send an HTTP request to a server using editors like gedit(in Ubuntu)
- by jaspreet
I need to send a request using GET/POST method to a server and check its response back.I need some code in C/C++ to check whether my request is correct or not.