Possible to use Zend_Http_Client() and Zend_Rest_Client() together
问题 I'm currently working on a REST client in PHP using Zend Framework and ran into a problem. I currently have two dummy services that I'm testing with; one is 'noauth' which requires no authentication and just returns some JSON, the other is 'auth' which required authentication and returns more specific JSON. Accessing both directly from the web works without a problem, for example navigating to 'https://example.org/example/dummy/noauth' displays the JSON on the webpage and 'https://example.org