Questions tagged [zend-http-client]

Zend_Http_Client provides an easy interface for preforming Hyper-Text Transfer Protocol (HTTP) requests.

Zend_Http_Client provides an easy interface for preforming Hyper-Text Transfer Protocol (HTTP) requests. Zend_Http_Client supports most simple features expected from an HTTP client, as well as some more complex features such as HTTP authentication and file uploads. Successful requests (and most unsuccessful ones too) return a Zend_Http_Response object, which provides access to the response's headers and body.

62 questions
0
votes
1 answer

Zend_Http_Client load content to iframe

is it the same if I make Zend_Http_Client request and load the response from it to an iframe and if I do it from a form setting the iframe as a target? I set the iframe src to my controller/action and in it I have Zend_Http_Client $response =…
Toshe
  • 459
  • 1
  • 6
  • 20
0
votes
1 answer

Facebook GraphAPI returns "false" on delete

When I want to delete a post made by my application, Facebooks GraphAPI returns "false" though my app has the publish_stream permission. I tried with HTTP DELETE and HTTP POST (parameter method=delete). Still returns false. Also the Graph API…
Martin Müller
  • 2,565
  • 21
  • 32
1 2 3 4
5