P
Peter Judge
Guest
{&OUT} "Content-Type: application/json" http-newline http-newline. What happens when you change this line to output-content-type ("application/ json ":U). ? PASOE "emulates" the CGI part of the Classic agent/server architecture. The output of the latter includes the response status line (written explcitly for PASOE, where the Classic model had it automagically added). output-content-type() ultimately calls output-http-header() which'll add the right response status line. You should be able to see the details of the message being sent back if you turn on UBNet logging in the agentLogEntryTypes . I suspect that there's no status line in your example. Hth, -- peter
Continue reading...
Continue reading...