Thread: Proxies using Winsock? How?

  1. #1
    TiMMiT
    Guest

    Proxies using Winsock? How?

    Hi,

    I'm still new to Winsock programming, but I've written a simple app to connect to a server and send/recieve data. I need to be able to use several proxies to connect to the server. I have searched extensively on how to connect to a proxy to connect to the server but I have not been able to find anything. Could someone please point me in the right direction?

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    If you're talking about http proxy, you should just be able to specify a full URL in a GET command, like so:

    GET http://www.microsoft.com/ HTTP/1.0
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Winsock issues
    By tjpanda in forum Windows Programming
    Replies: 3
    Last Post: 12-04-2008, 08:32 AM
  2. Winsock Messaging Program
    By Morgul in forum Windows Programming
    Replies: 13
    Last Post: 04-25-2005, 04:00 PM
  3. Where do I initialize Winsock and catch messages for it?
    By Lithorien in forum Windows Programming
    Replies: 10
    Last Post: 12-30-2004, 12:11 PM
  4. Winsock Problem
    By Noxir in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2004, 10:50 AM
  5. winsock
    By pode in forum Networking/Device Communication
    Replies: 2
    Last Post: 09-26-2003, 12:45 AM