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

Ask About PHP: PHP Basics: Accessing Remote URLs using cURL

Brian Nelson's Blog: Writing A Reverse Proxy in PHP5

Terry Chay's Blog: Clever HTTP

JSLabs Blog: Debugging PHP scripts

WebReference.com: How to Interact with Web Forms (Part 2)


Community Events









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


event example unittest language interview introduction object testing api code opinion functional zendframework2 framework community release development database phpunit composer

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