The following code sends a GET request.This is making me crazy. let postDocRaw (url:string) (data: string) : string =
I needed to send some XML to a webservices and I was able to do it with a normal StringEntity because it was just text but now I need to attach an image to it as well. I tried doing it with a Multipar
I am using HttpUrlConnection to post a query to a webpage. The web page take my request and does another posting. For example: www.unknown.com
As iam trying to post the result of rating activity. After reading the rating value from the user I am calling the webservice thro HTTP POST and setting JSON object in it. As My webserver needs authen
I\'ve successfully created two different methods where each of them can upload either an image or text. But I am having problem writing a method that can post both text and image simultaneously!
I\'m trying to debug a little problem I have with a web service. I cannot POST to the webservice, but I can GET just fine.
I have an edit-form page to edit my web开发者_Go百科site posts. It uses post method to the same page.
i am developing an Android client to do the following HTTPRequest and read the response. i created the back end and tested with a web service tester tool. this snippet was taken by that tool. since An
I want to provide the ability to delete a record, but only with an [HttpPost] action method, I mean, I don\'t want another view to confirm the deletion, only a javascript Confirm would be good.
Rails champions I\'ve been programming with Ruby and Rails 2.x for quite a while and while I\'m certainly not proficient in Rails, I\'d still say that I had a nice grasp of the framework and the tool