Forcing Compression
From: MattC (m_at_m.com)
Date: 01/31/05
- Next message: Kostadin Kostov: "Re: How do I show an error happening in Application_Start ?"
- Previous message: Kostadin Kostov: "RE: how can i view the variables of one vb class in another vb class"
- Next in thread: Ollie Riches: "Re: Forcing Compression"
- Reply: Ollie Riches: "Re: Forcing Compression"
- Reply: Anders Norås: "Re: Forcing Compression"
- Reply: bruce barker: "Re: Forcing Compression"
- Reply: MattC: "Re: Forcing Compression"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 31 Jan 2005 09:56:16 -0000
Hi,
If I add the following line to Application_BeginRequest
Request.Headers.Add("Accept-Encoding", "gzip");
Will this cause the server to utilise IIS6.0 Compression even if the client
is not set to use HTTP 1.1. Does the browser need to know that it sent the
request in HTTP 1.1 in order to decompress or can it determine from the
Response header that it needs to enflate/unzip.
TIA
MattC
- Next message: Kostadin Kostov: "Re: How do I show an error happening in Application_Start ?"
- Previous message: Kostadin Kostov: "RE: how can i view the variables of one vb class in another vb class"
- Next in thread: Ollie Riches: "Re: Forcing Compression"
- Reply: Ollie Riches: "Re: Forcing Compression"
- Reply: Anders Norås: "Re: Forcing Compression"
- Reply: bruce barker: "Re: Forcing Compression"
- Reply: MattC: "Re: Forcing Compression"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|