Archive for January, 2011

Browsing https sites through a proxy

Thursday, January 20th, 2011

I’m working in a “subset” of the financial industry (to use a euphemism). Since I’m somewhat of a digital nomad I’m sometimes in places that are blocked from using various services, services that I need to access in order to test various things I’m implementing.... Read More

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