News Feed
Jobs Feed
Sections




News Archive
Philip Norton's Blog:
Netscape HTTP Cooke File Parser In PHP
June 30, 2011 @ 09:09:00

Philip Norton has shared a script he's created in a new post today that lets you read from a Netscape-formatted cookie file (as outputted from a curl request).

This file is generated by PHP when it runs CURL (with the appropriate options enabled) and can be used in subsequent CURL calls. This file can be read to see what cookies where created after CURL has finished running. As an example, this is the sort of file that might be created during a typical CURL call.

The file is structured, plain-text content with information on the domain, path, security, name and expiration details of each cookie. His script parses out these details and pushes them into a basic array, prime for searching and sorting (and reuse) in your application.

0 comments voice your opinion now!
netscape http cookie file curl output


blog comments powered by Disqus

Similar Posts

Mike Wallner's Blog: Dropping server load with HTTP caching

Lorna Mitchell's Blog: Building A RESTful PHP Server: Output Handlers

Chris Hartjes' Blog: Better HTTP Request/Response in PHP

Ilia Alshanetsky's Blog: PHP's Output Buffering

Splitbrain.org: Joining .WAVs with PHP


Community Events











Don't see your event here?
Let us know!


interview language release community unittest phpunit podcast conference database series symfony2 introduction opinion development functional usergroup zendframework2 testing rest framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework