Closed chrqls closed 11 years ago
This pull request is linked to this issue: #41
Teacher app calls the good url now to save questions, and I replace put(ipServer,context,url,iqsetToSave.toString()); by HttpUtil.executePut(url,iqsetToSave.toString()) to send the json request (because the second one prepare the header)
Saving questions still not working
This pull request is linked to this issue: #41
Teacher app calls the good url now to save questions, and I replace put(ipServer,context,url,iqsetToSave.toString()); by HttpUtil.executePut(url,iqsetToSave.toString()) to send the json request (because the second one prepare the header)
Saving questions still not working