Android Question Httpserver receive poststring

mtselection

Member
Licensed User
Longtime User
Hi,

In my httpjob app I send the job command with post sting

B4X:
job1.PostString(httpaddress,"REQUEST")

How can I extract post string in the server handler

B4X:
Sub Server_HandleRequest (Request As ServletRequest, Response As ServletResponse)

Thanks
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…