News Feed
Jobs Feed
Sections




News Archive
Ivo Jansch's Blog:
How a PHP notice revealed a quirk of Norton Internet Security
April 05, 2006 @ 07:00:13

While hacking around on one of his recent PHP scripts, Ivo Jansch noticed something odd - a notice message that seemed to appear out of nowhere.

I thought 'Que?!', as I have not modified the code in class.atkoutput.inc in weeks, and certainly not tonight.

This code worked in all browsers, for years, without notices, because the HTTP_ACCEPT_ENCODING header is usually set for most major browsers.

He made a connection as to a probable cause - the error showed up when he had installed the Norton Internet Security software on his laptop. The firewall in this software was grabbing the header in the notice (the index for HTTP_ACCEPT_ENCODING in $_SERVER) and stripping it from the connection.

The (undocumented?) side effect is that with Norton Internet Security active, no page will be send gzipped. This is a performance penalty I think. They probably do it to be able to scan the text before it arrives in the browser (unzipping, scanning and rezipping would probably take too much time).

0 comments voice your opinion now!
norton internet security software strip header HTTP_ACCEPT_ENCODING norton internet security software strip header HTTP_ACCEPT_ENCODING


blog comments powered by Disqus

Similar Posts

PHP.net: PHP 5.3.10 Released (Security Fix - Recommended Upgrade)

Zend Developer Zone: Security Tips #17 & #18 (When to Secure & File Uploads)

SitePoint PHP Blog: Good and Bad PHP Code

Dan Horrigan's Blog: Security in FuelPHP

DeveloperTutorials.com: Writing an Email Autoresponder Script with PHP


Community Events











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


introduction language functional community composer zendframework2 conference framework series opinion development podcast release testing object unittest code tool interview example

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