代理后面的 Zend_Feed_Reader
我是 Zend 新手,想要在代理后面使用 Zend_Feed_Reader 类。
有人告诉我,我需要“使用 setHttpClient() 静态方法替换 Zend_Feed_Reader 使用的 Zend_Http_Client 的默认实例。替换应该是一个新的 Zend_Http_Client 对象,该对象传递一个名为 Zend_Http_Client_Adapter_Proxy 的替换适配器”,但我很卡住 -
有人可以吗请提供一个代码示例来执行上述操作?非常感谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜您已经解决了这个问题,但是FWIW:
请确保用您的代理配置替换这些选项(如果不需要,请删除
proxy_user
和proxy_pass
)。然后,您实例化的任何提要阅读器都将通过您的代理服务器。
有关配置代理适配器的更多信息,请参见:http://framework.zend.com/manual/en/zend.http.client.adapters.html#zend.http.client.adapters.proxy
I'm guessing you've since got around this problem, but FWIW:
Make sure to replace the options with your proxy configuration (drop
proxy_user
andproxy_pass
if not required).Then, any feed reader you instantiate will go through your proxy server.
More info on configuring the proxy adapter here: http://framework.zend.com/manual/en/zend.http.client.adapters.html#zend.http.client.adapters.proxy