I have been given API documentation which I don\'t quite get as there is no URL to connect up to? http://support.planetdomain.com/index.php?_m=downloads&_a=viewdownload&downloaditemid=14&
i have send value to PHP from android with HttpPost but i get response \"the request url cannot be retrieve\"
Here is the problem I am trying to send an image to a remote server using the class MultipartPostData.
When I send this request using jquery: <form id=\"myForm\" action=\"http://myIp/../cat/create\" method=\"post\">
I have an MVC app using Forms Authentication, and I\'m getting 404 errors.What\'s happening is the user happens to be submitting a form to a POST-only action when their authentication has timed out, a
I\'m trying to post some login data to a form in order to grab the cookies from the response. The url is: https://www.deviantart.com/users/login
I\'m trying to build JPG upload functionality into our Windows Phone app. The server-side is complete; I have a REST API already built that accepts a st开发者_如何学Pythonandard JPG via HTTP POST and
My application makes https posts to PayPal.With the pg gem specified in the Gemfile, the post operation causes WEBBrick to crash.If I take the pg gem out of the Gemfile, then the crash doesn\'t happen
I am really confused, here is the code : [HttpPost] public ActionResult Settings(string SubmitButton) { if (SubmitButton == \"Sign In\") {
I have a simple restful wcf service which I have created just for fun. I tried the invoke the post method but I am failling. here is the summary;