I think rocket works fine for this. It is just that you may uploading the content in the body and not in a variable therefore web2py does not know how to parse it. try look into
data = request.body.read() On Thursday, 8 November 2018 08:18:41 UTC-8, icodk wrote: > > Tried with Rocket No error but request.args and request.vars are empty > The client sends: > > POST /controller/statdata HTTP/1.1 > Host: myserver.com:8082 > Content-Type:application/json > Transfer-Encoding: chunked > > and then sends the chunked data > > Rokets log shows: > 192.168.1.3, 2018-11-08 16:46:57, POST, /controller/statdata, HTTP/1.1, > 200, 0.017997 > > Any idea on the subject are welcome > > > > > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

