CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2002
    Location
    Myanmar
    Posts
    84

    Anonymous Web site surfing

    I want to have the guidelines for developing "Anonymous web site surfing".
    I think I need to do the following process(roughly)
    1) request a page to destination server
    2) get the response
    3) change those response as my own response
    4) reply them to the user.

    I have a little problem in step 2 and step 3.

    I may be in wrong approach.
    Pls let me have guidelines from you or let me know your idea.
    Let's go together
    _columbus2003_

  2. #2
    Join Date
    Apr 2003
    Location
    ATL, GA
    Posts
    1
    You should just use an Anonymous proxy to surf the web

  3. #3
    Join Date
    Dec 2002
    Location
    Myanmar
    Posts
    84
    Thank you so much for your answer.
    Could you please explain it just a little bit in detail.
    Let's go together
    _columbus2003_

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured