Hi,
i have a ListGrid component wich has a DataSource in a remmote server: http://192.168.2.3:7001/rest/
So when i try use it from smartGWT i get this error: "SmartClient can't directly contact URL [...] due to browser same-origin policy. Remove the host and port number (even if localhost) to avoid this problem, or use XJSONDataSource for JSONP protocol (which allows cross-site calls), or use the server-side HttpProxy included with SmartClient Server."
I saw that i can use RPCManager from smartGWT without SmartGWT server.
Where could I found examples?
Thanks
i have a ListGrid component wich has a DataSource in a remmote server: http://192.168.2.3:7001/rest/
So when i try use it from smartGWT i get this error: "SmartClient can't directly contact URL [...] due to browser same-origin policy. Remove the host and port number (even if localhost) to avoid this problem, or use XJSONDataSource for JSONP protocol (which allows cross-site calls), or use the server-side HttpProxy included with SmartClient Server."
I saw that i can use RPCManager from smartGWT without SmartGWT server.
Where could I found examples?
Thanks
Comment