4 messages in com.googlegroups.google-desktop-developerRe: Error code C00CE56E with XMLHttpR...
FromSent OnAttachments
vist...@gmail.com13 Jul 2008 12:10 
Ranga13 Jul 2008 22:16 
vist...@gmail.com14 Jul 2008 09:14 
vist...@gmail.com14 Jul 2008 13:03 
Subject:Re: Error code C00CE56E with XMLHttpRequest.responseText
From:vist...@gmail.com (vist@gmail.com)
Date:07/14/2008 09:14:57 AM
List:com.googlegroups.google-desktop-developer

Hi Kishor, thanks for your reply, i tried your advis to set the header content- type, but seem not work, the page still reply hader "Content-Type text/ html; charset=utf8". The website I want to get data is "http:// s4.gladiatus.tw/game/index.php?mod=login", could u kindly try it?

I tried to use sniffer to check what happen. seem the server response the header "Content-Type text/html; charset=utf8", and the page source set "<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />", so seems it's the server setting issue.

please kindly advise does have any other sulation? thanks.

On 7月14日, 下午1時16分, Ranga <kish@gmail.com> wrote:

Hello,

There are two properties available in XMLhttpRequest, one is responseText and another is responseXML. And also check for Request Content type should be "text/xml" and "UTF-8"

*request.setRequestHeader("Content-type", "text/xml; charset=utf-8");*

might helpful, please check it out.

~ Kishor

On 7/14/08, vist@gmail.com <vist@gmail.com> wrote:

Hi Sir, I'm a newbie in GD gadget development, I want use XMLHttpRequest to get a web in my gadget to monintor some data, after I got the status code 200, I try to process the responseText, but system tell me error with the code C00CE56E. I have already try to searh on Internet, I know it's not GD's issue, it's MS Mlang.dll issue, the page I try to get, I check the page source in sniffer, the orinig charset is "utf8" = =, and I check the source in browser, the charset have already change to "UTF-8", seems browser can change it.

Then I try to use overrideMimeType the change the charset, but seems GD do not implement it.

How can I solve this problem? The most important is I'm not Admin of the website that I try to get page, so I can't change the source = =.

please help ... thanks ....