News Feed
Jobs Feed
Sections




News Archive
Brian Moon's Blog:
Responsible use of the $_REQUEST variable
January 22, 2008 @ 09:38:00

In one of his recent blog entries, Brian Moon takes a look at what he considers the "proper use" of the PHP superglobal $_REQUEST (as brought on by a thread on the PHP internals mailing list.

I have seen more than one person make the following logic mistake: I may get data via GET, I may get data via POST - Ah, I should use $_REQUEST as it will catch both.

Brian points out the error - cookies aren't in $_REQUEST so improper handling of those values could lead to cookie data overwriting GET/POST data from $_REQUEST. Several of the comments on the post also warn against improper handling of the values, noting that doing so could lead to holes open for attacks (like session fixation).

0 comments voice your opinion now!
get post request superglobal cookie security merge


blog comments powered by Disqus

Similar Posts

Phil Sturgeon's Blog: CodeIgniter "2.0": Rumours, facts and requests

SmartyCode.com: Enable your Zend Framework App with Conditional GET! (Make it green)

PHP.net: PHP 5.2.12 Released!

Secunia.com: WordPress Issues - Two Plugins (wp-Table & wordTube) and a Debian Update

Job Posting: SharpShooter Imaging Seeks PHP Developer (Wheat Ridge, CO)


Community Events











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


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

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