Re: RequestBuilder don't store coockies?

2011-04-10 Thread Ste/=an
This has been driving me nuts for some time and I finally figured out what I did wrong. Maybe your problem is the same. I was using the wrong hostname in the URL, i.e. localhost instead of 127.0.0.1. Explanation: The GWT-plugin's default URL when launching the app is http://127.0.0.1:/... so

RequestBuilder don't store coockies?

2011-03-31 Thread mightymightyblues
Hi, I'm making some test about CORS and trying to make a POST to a server, to make login, and the server send me a message with a 200 state ( the login was correct ) , but the browser don't save the coockies. this is my code: RequestBuilder rb = new