SFML community forums

Help => Network => Topic started by: Ernesato on February 12, 2011, 07:48:35 pm

Title: Using proxy servers through sf::SocketTCP and sf::Http
Post by: Ernesato on February 12, 2011, 07:48:35 pm
Hi, I'm new on this forum.

I've been using the SFML (which I think is a really great library, btw!) for my program that receives real-time forex rates from a TCP/IP server and connects to an HTTP server for placing orders via POST requests.

Now, I was wondering if it's possible to use proxy servers through sf::SocketTCP and sf::Http... If so, how can I do it?

Thanks in advance.

Best Regards,
Title: Using proxy servers through sf::SocketTCP and sf::Http
Post by: tntexplosivesltd on February 14, 2011, 11:08:25 pm
Um... you could probably write your own "proxifier"
Other than that, I don't think SFML has any built-in proxy stuff :(