Re: Why GWT HTTP client can't receive HTTP response

2011-12-26 Thread Justin@GWT
Thanks. Is there any workaround about the SOP? I would like to fetch some XML data, but not JSON data. I tried to enable the cross-site host mode, but I was told "cross-site hosted mode not yet implemented" by GWT. Best Regards, Justin -- You received this message because you are subscribed to

Why GWT HTTP client can't receive HTTP response

2011-12-26 Thread Justin@GWT
I follow the example code provided by Google GWT to send a HTTP GET request and receive the response. The GET request was sent out successfully, but can't receive response message. Actually the response message has been sent back, according to Wireshark trace. Does anybody know why? String