CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: proxy server

  1. #1
    Join Date
    Feb 2006
    Posts
    56

    proxy server

    could anyone help me, im lost

    Im trying to create a porxy server in c++ that will run in background, it will run on same computer as local host and will intercept any packets so i can filter them, then send them to user, im using firefox,i am very lost and any help would be much appreciated.

    thanx

  2. #2
    Join Date
    Jun 2005
    Location
    Chennai , India
    Posts
    1,375

    Thumbs up Re: proxy server

    Quote Originally Posted by mucker22
    could anyone help me, im lost
    Im trying to create a porxy server in c++ that will run in background, it will run on same computer as local host and will intercept any packets so i can filter them, then send them to user, im using firefox,i am very lost and any help would be much appreciated.
    thanx
    Happen to come across this thread.. :How To Handle Proxy Authorization with WinInet
    It takes seconds for rating…that actually compensates the minutes taken for giving answers
    The biggest guru-mantra is: Never share your secrets with anybody. It will destroy you.
    Regards, Be generous->Rate people
    Jayender!!

  3. #3
    Join Date
    Feb 2006
    Posts
    56

    Re: proxy server

    is it using the .net framework?

  4. #4
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: proxy server

    [ moved thread ]
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

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