Proxy_store issue

I’m using proxy_store. It’s works perfectly. Until now, we’re fetching a
HTML
page.

The error that I got is, the HTML which is fetched, shows me
β8D!
{}1’w[4M~9ͯCE2eBߧ}t`A

Is there anybody knows why it’s happended? It’s working very well if I’m
fetching IMage, SWF, JS files

On 16.02.2011, at 17:23, Indo P. wrote:

I’m using proxy_store. It’s works perfectly. Until now, we’re
fetching a HTML page.

The error that I got is, the HTML which is fetched, shows me
β8D!
{}1’w[4M~9ͯCE2eBߧ}t`A

Is there anybody knows why it’s happended? It’s working very well if
I’m fetching IMage, SWF, JS files

proxy_set_header Accept-Encoding “”;

thx Igor… It’s fixed now :slight_smile:


From: Igor S. [email protected]
To: [email protected]
Sent: Wed, February 16, 2011 9:39:05 PM
Subject: Re: proxy_store issue

On 16.02.2011, at 17:23, Indo P. wrote:

I’m using proxy_store. It’s works perfectly. Until now, we’re fetching a
HTML
page.

The error that I got is, the HTML which is fetched, shows me
β8D!
{}1’w[4M~9ͯCE2eBߧ}t`A

Is there anybody knows why it’s happended? It’s working very well if I’m
fetching IMage, SWF, JS files

proxy_set_header Accept-Encoding “”;

Hello!

On Wed, Feb 16, 2011 at 06:23:13AM -0800, Indo P. wrote:

I’m using proxy_store. It’s works perfectly. Until now, we’re fetching a HTML
page.

The error that I got is, the HTML which is fetched, shows me
β8DÇ!üÎÁ
{Â}1ëÚ’w§»[4¢¥ÑMû~9ͯCE»2öÜeBߧ}ùøt`A¹

Is there anybody knows why it’s happended? It’s working very well if I’m
fetching IMage, SWF, JS files

Missing charset? Missing Content-Encoding?

Note that proxy_store doesn’t preserve any headers, and it’s your
responsibility to ensure they are correct. If you aren’t happy
with that - use proxy_cache instead.

Maxim D.