Thursday, January 12, 2017

Re: Problems with RequestBuilder

This is a minimal example using CORS https://github.com/ibaca/autorest-streaming-example/blob/master/server/src/main/java/com/intendia/gwt/example/Main.java#L95

Also, in chrome it is quite easy fix it, because it explain what header is required to make it work. Not sure if Firefox errors are as descriptive as chrome.


El vie., 13 ene. 2017 1:03, Thomas Broyer <t.broyer@gmail.com> escribió:
It looks like you have a cross-origin issue (localhost:8888 vs localhost:8080), and CORS would help.

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment