| View previous topic :: View next topic |
| Author | Message |
|---|
Joseph Gruber Guest
| Posted: Wed Nov 15, 2006 12:58 pm Post subject: zend_http_client & Proxy |
| Anyone know how to use the proxy in the zend_http_client? I need HTTPS sessions to go through a proxy on GoDaddy hosting |
|
| Back to top | |
 |
Guest
| Posted: Wed Nov 15, 2006 5:40 pm Post subject: Re: zend_http_client & Proxy |
| It looks like the latest trunk version of Client.php support setProxy. Joseph Gruber wrote:
| Quote: | Anyone know how to use the proxy in the zend_http_client? I need HTTPS sessions to go through a proxy on GoDaddy hosting |
|
|
| Back to top | |
 |
Joseph Gruber Guest
| Posted: Wed Nov 15, 2006 6:06 pm Post subject: Re: zend_http_client & Proxy |
| I tried that but it didn't seem to work. Nor did I see anything in the code where it utilized that setProxy info. petersprc@gmail.com wrote:
| Quote: | It looks like the latest trunk version of Client.php support setProxy. Joseph Gruber wrote: Anyone know how to use the proxy in the zend_http_client? I need HTTPS sessions to go through a proxy on GoDaddy hosting |
|
|
| Back to top | |
 |
Guest
| Posted: Wed Nov 15, 2006 8:04 pm Post subject: Re: zend_http_client & Proxy |
| This has it maybe: http://www.zend.com/lists/fw-general/200605/msg00030.html Or you could try cURL I suppose... Joseph Gruber wrote:
| Quote: | I tried that but it didn't seem to work. Nor did I see anything in the code where it utilized that setProxy info. petersprc@gmail.com wrote: It looks like the latest trunk version of Client.php support setProxy. Joseph Gruber wrote: Anyone know how to use the proxy in the zend_http_client? I need HTTPS sessions to go through a proxy on GoDaddy hosting |
|
|
| Back to top | |
 |
|