retrieving Http request using socket programming

Discussion in 'Programming/Scripts' started by prasadspy, Feb 26, 2011.

  1. prasadspy

    prasadspy New Member

    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
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Do you want to write an HTTP client or a server?
     
  3. prasadspy

    prasadspy New Member

    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)
     
  4. falko

    falko Super Moderator Howtoforge Staff

Share This Page