Skip to main content

By clicking Submit, you agree to the developerWorks terms of use.

The first time you sign into developerWorks, a profile is created for you. Select information in your developerWorks profile is displayed to the public, but you may edit the information at any time. Your first name, last name (unless you choose to hide them), and display name will accompany the content that you post.

All information submitted is secure.

  • Close [x]

The first time you sign in to developerWorks, a profile is created for you, so you need to choose a display name. Your display name accompanies the content you post on developerworks.

Please choose a display name between 3-31 characters. Your display name must be unique in the developerWorks community and should not be your email address for privacy reasons.

By clicking Submit, you agree to the developerWorks terms of use.

All information submitted is secure.

  • Close [x]

Enable dynamic HTTP compression

Save bandwidth with dynamic compression in various Web servers

Return to article.


Listing 3. Static file request and response headers
GET /app/Css/home.css HTTP/1.1
Accept: */*
Referer: http://myhost.internal.net/app/home.aspx
Accept-Language: en-us
Accept-Encoding: gzip, deflate
If-Modified-Since: Thu, 26 Jun 2003 00:31:28 GMT
If-None-Match: "62de38487a3bc31:7e9"
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461; YComp 5.0.0.0)
Host: myhost.internal.net

HTTP/1.1 304 Not Modified
Server: Microsoft-IIS/5.0
Date: Tue, 23 Sep 2003 20:35:21 GMT
X-Powered-By: ASP.NET
ETag: "125283185225c31:7e9"
Content-Length: 0

Return to article.