hello everybody,
I want to make an simple http client ,takes raw http requests from you and sends them
to the server,I opened a socket to port 80(which my apache works on),but every time I send a request ,no response received ,I don't know what's the problem with http,because I know that my application works correctly.
I just want it to be like telnet ,when I use telnet to connect to port 80,it establishes a connection,I write my own http request then it immediately returns the response and close the connection,I will appreciate any helpful reply.