Hi,
I am currently learning B4X so that's not a critical question but I have some questions using data in ServletRequest when sent by a POST from HttpJob, please.
PostString
In fact making a POST, I am able to use the PostMultipart but absolutely not PostString because how do I get the string in the ServletRequest ?
ParameterMap
Should I be able to get a Map using ParameterMap when using PostMultipart or is it only used when a web form sends some data ? Or perhaps I miss a way to send parameters from HttpJob ?
Thanks for your replies.
My libraries versions are :
jOkHttpUtils2 2.93 // jServer 3.00
I am currently learning B4X so that's not a critical question but I have some questions using data in ServletRequest when sent by a POST from HttpJob, please.
PostString
In fact making a POST, I am able to use the PostMultipart but absolutely not PostString because how do I get the string in the ServletRequest ?
ParameterMap
Should I be able to get a Map using ParameterMap when using PostMultipart or is it only used when a web form sends some data ? Or perhaps I miss a way to send parameters from HttpJob ?
Thanks for your replies.
My libraries versions are :
jOkHttpUtils2 2.93 // jServer 3.00