Re: [qooxdoo-devel] Issues with CrossDomain requests

2007-10-06 Thread Jim Hunter
It was a typo, it was 'text/plain' that I specified. I don't admin the server so I am not 100% sure what it is actually specifying as the mime type, that is why I was forcing it to 'text/plain'. So it looks like the transport is not handling the 'text/plain' correctly or the server is not sending t

Re: [qooxdoo-devel] Issues with CrossDomain requests

2007-10-06 Thread Derrell Lipman
On 10/6/07, Jim Hunter <[EMAIL PROTECTED]> wrote: > > Good information but I see that the script transport does support text > only. I tried to set the response type to text/PLAIN but it didn't like it, > got the same error message. So what type of text does it like? Or is it a > requirement that t

Re: [qooxdoo-devel] Issues with CrossDomain requests

2007-10-06 Thread Jim Hunter
Good information but I see that the script transport does support text only. I tried to set the response type to text/PLAIN but it didn't like it, got the same error message. So what type of text does it like? Or is it a requirement that the file have a .txt extension? I would be happy to help sol