I'm trying to figure out how to send a http POST request from smartgwt client to a remote server.
Does RequestBuilder.sendRequest() work with a cross-domain remote server by default? It doesn't look like the case. If not, is there a way to send the request through HttpProxyServlet?
Thanks!
Does RequestBuilder.sendRequest() work with a cross-domain remote server by default? It doesn't look like the case. If not, is there a way to send the request through HttpProxyServlet?
Thanks!