Try this:

$HttpSocket = new HttpSocket();
$request = $HttpSocket->request(array(
   'host'=>'<proxy server address>:<proxy server port>',
   'uri'=>'http://api.yahoo.com/'
));

This is how powerful CakePHP is :D



On Dec 15, 8:48 am, fr3nch13 <fr3nc...@gmail.com> wrote:
> Has anyone tried using a proxy server with HttpSocket?
>
> I have been looking all over via the normal channels (google, api,
> bakery, book, etc.) to no avail.
>
> If so, could you please point me in the right direction?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to