zend_http_client & Proxy

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Joseph  Gruber

    zend_http_client & Proxy

    Anyone know how to use the proxy in the zend_http_clien t? I need HTTPS
    sessions to go through a proxy on GoDaddy hosting

  • petersprc@gmail.com

    #2
    Re: zend_http_clien t & Proxy

    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_clien t? I need HTTPS
    sessions to go through a proxy on GoDaddy hosting

    Comment

    • Joseph  Gruber

      #3
      Re: zend_http_clien t & 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:
      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_clien t? I need HTTPS
      sessions to go through a proxy on GoDaddy hosting

      Comment

      • bob.savio@gmail.com

        #4
        Re: zend_http_clien t & Proxy

        This has it maybe:



        Or you could try cURL I suppose...

        Joseph Gruber wrote:
        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_clien t? I need HTTPS
        sessions to go through a proxy on GoDaddy hosting

        Comment

        Working...