Newest Industry

Evolving the Online Performance Experience

Symantec Firewall — Problems with Accept-Encoding Headers

with 2 comments

Here is a little tidbit that we discovered while trying to debug an issue at work. One of my colleagues found that the Symantec/Norton Personal Firewall/Internet Security mangles the “Accept-Encoding” header sent out by any application — browser, streaming media, etc.

More can be found here.

This is a serious problem, and has a negative effect on Web performance in general, as one of the key methods for improving bandwidth consumption and user performance is Server-Side Compression of as much content as possible.

What the client wants to send:  Accept-Encoding: gzip,deflate\r\n
What is sent:                   ---------------: ---- -------\r\n

What is the problem? Is this because Symantec can’t parse compressed content on the fly?

Written by Stephen

March 10 2005 at 10:32

Posted in Uncategorized

2 Responses

Subscribe to comments with RSS.

  1. Of course.

    They want to look good, so they do not want to incur the cpu cycles involved in decompressing the content.

    BTW, this is not the only thing they mangle.

    clickbench

    August 24 2005 at 02:00

  2. They want to look good, so they do not want to incur the cpu cycles involved in decompressing the content.BTW, this is not the only thing they mangle.

    clickbench

    August 24 2005 at 02:00


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 274 other followers