curl script with proxy question

Discussion in 'PHP' started by stephan2307, Oct 13, 2010.

  1. #1
    Hi,

    I am writing a script using curl. I want to use proxy servers but I can't find any working ones.

    Does someone have 2 or 3 proxy server ip's with port numbers that I could use to test my script?

    Thanks,
     
    stephan2307, Oct 13, 2010 IP
  2. lukeg32

    lukeg32 Peon

    Messages:
    645
    Likes Received:
    19
    Best Answers:
    1
    Trophy Points:
    0
    #2
    Since you haven't had a response, you can always try googling for "anonymous proxy server" or some such that you can use to test your script....

    Some of these servers/sites are less then legit though; if you have access to a VPS/server of your own, that is in another location, you could always setup a
    proxy on there (well.... you dont even need to do that, just SSH a SOCKS tunnel to it, and then use localhost as the proxy in your script)
     
    lukeg32, Oct 14, 2010 IP