Overcoming the client "same host" security problem for Ajax debugging?

2009-04-09 Thread Dominique
I have been very excited about using GWT for developing some client side code for my Web site but I have hit a wall with the client "same host" security restriction. My client side code needs to make extensive calls to the server to get data so I need to be able to debug this scenario. I've tried

Re: Overcoming the client "same host" security problem for Ajax debugging?

2009-04-09 Thread Jeff Chimene
On 04/09/2009 10:51 AM, Dominique wrote: > I have been very excited about using GWT for developing some client > side code for my Web site but I have hit a wall with the client "same > host" security restriction. My client side code needs to make > extensive calls to the server to get data so I ne

Re: Overcoming the client "same host" security problem for Ajax debugging?

2009-04-09 Thread Tony Strauss
Just to confirm my understanding, you want to be able to develop/debug against your production server? I know of several options, depending on what kind of client server communication you're using. The GWT team wrote some documentation about this problem: http://code.google.com/webtoolkit/doc/1.