Android Question PostString missing parameter

nwhitfield

Active Member
Licensed User
Longtime User
The thing to post; for example

B4X:
JobSave.PostString(url,"param1=blah&param2=eek")

If you don't have things to post (which is kinda odd, for a POST request), then just use "" as the second parameter
 
Upvote 0
Top