Hi,
In my httpjob app I send the job command with post sting
How can I extract post string in the server handler
Thanks
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