Dear All,

I have met a problem about cross domain scripting.

Here is my situation:

Main Server A :
It is a centralized GWT APPLICATION which generate the content
according to the parameter pass in. The content is retrieved as JSON
format from a Servlet.

Client Server B :
It is a general web application which is located at different domain
from Main Server A. Client Server B will use JSTL <c:import> to
included a JSP from Server A to display the content from Main Server
A. The <c:import> also includes the parameters for retrieving the
right content. Client Server B is nothing to do with GWT.

Problems:
I have followed the tutorial on 
http://code.google.com/webtoolkit/doc/latest/tutorial/Xsite.html.

I have add the <add-linker name="xs"/> to XXX.gwt.xml already.
I have tried to add the response header filter according to
https://developer.mozilla.org/En/Server-Side_Access_Control

Loading the content directly from Server A is OK, but Server B is not.
Just a blank page.

I know that it should the problem of cross domain scripting.

Did i miss something that should be configured?
Please help me.
Thanks a lot

Renee

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to