3
votes
Prevent direct access to a PHP page.
If the browser will call your page, either by normal request or ajax, then someone can call it manually. There really isn't a well defined difference between normal and ajax requests as far as the …
0
votes
Gzipped content expected
Are you sure you're testing the same URLs with the Firefox extensions?
Using the ob_gzhandler in PHP will compress the output of your php pages, but YSlow and others warn you also ab …
