Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Using proxy servers through sf::SocketTCP and sf::Http  (Read 2056 times)

0 Members and 1 Guest are viewing this topic.

Ernesato

  • Newbie
  • *
  • Posts: 3
    • View Profile
Using proxy servers through sf::SocketTCP and sf::Http
« 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,

tntexplosivesltd

  • Full Member
  • ***
  • Posts: 163
    • View Profile
Using proxy servers through sf::SocketTCP and sf::Http
« Reply #1 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 :(