I refer to the following post:
I am wondering how to read whatever is posted from the http job through the received ServletRequest.
So far I can only read header and url from the request. Where can I find the data from a http.poststring / http.postbytes method?
Embed an Http Server in your Android Application
The HttpServer library is a new library, based on an open source project named Jetty. This library allows you to easily embed an Http server in your application. Http server means that you can point a browser to the device IP address (and relevant port) and communicate with your app. It can be...
www.b4x.com
I am wondering how to read whatever is posted from the http job through the received ServletRequest.
So far I can only read header and url from the request. Where can I find the data from a http.poststring / http.postbytes method?