Rodolphe Gomes <rodolphe.gomes@...> writes: > > Good morning, > > Trying to call a service throws: > > Blocked request without GWT base path header (XSRF attack?) > With Ezproxy headers X-GWT-Permutation and X-GWT-Module-Base are not > created. > > I am using eventservice from Novanic. > > Any ideas ? > > Thanks for any help ! >
If you can configure the EZProxy itself, and it is at least version 5.2, you can add the line HTTPHeader X-GWT-* to the configuration file. This will allow the X-GWT- headers to be forwarded properly. Hope this helps. -- 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.
