×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
On 31/10/2007, at 5:34 AM, Jeff Day wrote:
Are there any browsers that don't support Deflate?
Not something you have to worry about. A properly configured and
implemented HTTP server will only send compressed data when the
browser says it can handle it. The browser controls whether
compression can be used. It does this by sending an Accept-Encoding
HTTP header indicating which compression methods it supports. The
server can then choose to use one of those compression methods or can
ignore compression entirely.
Early browsers, or those using HTTP/1.0, will not send this header
therefore compression should not be performed.
Usual form is:
Accept-Encoding: gzip, deflate
The HTTP server indicates compression is in effect by sending the
Content-Encoding header. This should never be sent unless the browser
has already indicated it can accept such encoding.
Regards,
Simon Coulter.
--------------------------------------------------------------------
FlyByNight Software OS/400, i5/OS Technical Specialists
http://www.flybynight.com.au/
Phone: +61 2 6657 8251 Mobile: +61 0411 091 400 /"\
Fax: +61 2 6657 8251 \ /
X
ASCII Ribbon campaign against HTML E-Mail / \
--------------------------------------------------------------------
As an Amazon Associate we earn from qualifying purchases.