When using CORS with GWT how will I know if an HTTP request is getting through? In the client the RequestBuilder class is being used to send an HTTP POST with the "Content-Type" header set to "text/plain". With the testing of the client it doesn't appear as though anything is occurring after the request is sent. Normally Firefox will display something in the status bar when an HTTP request is being made.
On May 23, 5:35 pm, Andi <[email protected]> wrote: > you can use cors (cross origin resource sharing). i think its cool, but with > that you will have a reduced browsersupport. > > andi > > (vom fon) > > On 23.05.2011, at 05:52, Nick Apperley <[email protected]> wrote: > -- 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.
