Posts Tagged ‘Zend Http Client’

Parsing cookies with Zend Http Client and CookieJar

Tuesday, January 18th, 2011

I’ve just run into the need to be able to get the http cookies of a response to a request sent from PHP and accepted in PHP. Normally cookies can be accessed through the $_COOKIE super global but since no client/browser is involved that won’t be possible in this case. The below is an example of machine to machine communication.... Read More