I'm trying to do an HTTPRequest.asyncGet() to a simple PHP script. I'm running the request from hosted mode, and it fails to retrieve data. If I run the compiled site in a local browser, I can get the data that I expect.
I know that the local server can't access remote sites for security reasons (I've uploaded the PHP already), but I've added the site where the PHP is stored to the whitelist. I can access the site if I type it into the hosted browser, it originally complained and I added it to the list so I know my whitelist entry is working in that sense, but when I load my GWT project that calls the exact same address in the asyncGet it still won't load the data. Do I just have the wrong idea of what the whitelist can handle? I thought this was exactly what it was there for, but I haven't been able to get it to work. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
