Guest_imported
New member
- Jan 1, 1970
- 0
Hello everyone,I need to write a C client program that would act like a small browser with regards to CGI programs.More specifically, it should establish connection with a web server, send it some name/values pairs and get a response back from CGI script (we don't care what the response looks like).
For example,a user would enter a URL (something like then he would enter some name/value pairs; program would connect to the server, send name/value parameters and would wait for a response.Does anyone have any ideas how to go about writing it?
Any help would be appreciated.
For example,a user would enter a URL (something like then he would enter some name/value pairs; program would connect to the server, send name/value parameters and would wait for a response.Does anyone have any ideas how to go about writing it?
Any help would be appreciated.