@Thomas Thanks for the info. Having couple of issues:
1. I'm posting request to another server and having issue because of cross-origin. I verified this by forcing browser to allow to allow connection 2. This is async call. So, if I try to send request and based on that return text-result; it won't work. I have a method that includes (has return value). The caller immediately receives the return before the request has completed its call. I think I need to think of another approach. Any suggestions? Thanks On Tuesday, May 1, 2018 at 1:27:13 PM UTC-4, Thomas Broyer wrote: > > Hi, > > Have a look at > http://www.gwtproject.org/doc/latest/DevGuideServerCommunication.html#DevGuideHttpRequests > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
