(04.02.2012 14:05), Márcio Moreira wrote:
>
> class RESTClient(VerticalPanel)
> def __init__(self):
> VerticalPanel.__init__(self)
> self.label = Label()
> self.add(self.label)
> self.log("REST Client")
> HTTPRequest().asyncGet(url =
> "http://localhost:8000/files",handler=self,returnxml=False)
Please check in "network" panel of firebug, what is sent and what is
response. AFAIR, when I tried to do jsonrpc to localhost:8080, while my
pyjs was on localhost:80, FF sent OPTION request, which was not
recognized by jsonrpc server.
Maybe you have similar situation?
--
pozdrawiam
Łukasz Mach
Pagema (http://www.pagema.net)