Hi James,

On 31/01/07, James Lavery <[EMAIL PROTECTED]> wrote:
> Hi Nick,
> I've amended the JSONRPC.pm to log to a file wherever it was printing to
> STDERR, and am getting the following log information:
>
> Session id: f9373329e104dd87a652d093832b9523
> POST Content type is 'application/json'
> JSON received:
>
>
> I see that it's receving POST rather than GET - is this the problem?
> (And if so, any pointers on where to fix it?)

Looking back at your original posting, it looks like I misinterpreted
the error responses given. Ok, so everything looks good until we have:

    $input = $cgi->param('POSTDATA');

which appears to have returned an empty string, which then gets caught
by the JSON parser and flagged as an error. (The error code is passed
back to qooxdoo which in turn complains that the response is not JSON
either)

Now, the question is why it worked for me? Can we check what versions
of web browser, IIS, perl CGI module and which perl distribution you
are using?

Nick

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to