guys, tell me how to retrieve the whole http request that comes to a server using socket programming .Also i want to write the retrieved request into a file plz help
What i want to do is... that when my code will runs on a server it should retrieve the http request made to the server and then write it to a file (as log file for further record)