Thanks for the quick reply. Unfortunately, it's not my website/page so
I have NO control over it... So, this is really about a new feature
request then...
Could you add a "refresh" parameter or something where 'refresh=yes'
or 'cache=off' is added to the query string forcing an emptying of the
cache/refresh by the script that does the translation?
Thus, requesting this link:
http://translate.google.com/translate?refresh=yes&prev=_t&hl=en&ie=UTF-8&u=http%3A%2F%2Fwww.falcom.co.jp%2Fmailorder%2Fspecial%2Fspecial.html&sl=ja&tl=en&history_state0=
always results in a fresh page source being translated and returned...
I was really hoping the 'history_state0' parameter might be there for
this very purpose, but I couldn't find any info on what it controls...
I noticed it's never set to any value though.
On Apr 10, 1:37 am, Google wrote:
> Hi Cyrax,
>
> The problem is with the web server serving the page you're trying to
> translate.
> That webserver fails to specify any Cache control
> headershttp://www.google.com/search?q=cache+control+header
>
> Thus Google proxies that fetch the page before translation have to
> guess how long the page can be cached for. Clearly they're guessing
> longer than is appropriate.
>
> Google Translate will obey cache control headers, so fix those
> headers, and the translation should always be appropriately fresh.
>
> Hope that helps,
> Josh
>
> On Apr 9, 11:16 pm, Cyrax wrote:
>
>
>
> > This is the source URL and its contents change
> > weekly:http://www.falcom.co.jp/mailorder/special/special.html
>
> > Google translate cached last week's contents and now refuses to empty
> > the cache no matter how many refreshes and so it continue to produce
> > last week's translated results.
>
> > Here's the link I've been using to integrate it to my site:
>
> >http://translate.google.com/translate?prev=_t&hl=en&ie=UTF-8&u=http%3...
>
> > Is there some parameter I can pass to force it to empy the cache?
> > Perhaps a certain value can be passed to history_state0??
>
> > Anybody know what can be done?- Hide quoted text -
>
> - Show quoted text -