I am working on form, which send input to webservice via post and display result. It must be simple, and it works fine on localhost. But when I try to use it agains live I have error 500.
Here is the working code in Python (using cURL): #!/usr/bin/python import pycurl c = pycurl.Curl() values = [
I want to post XML data with cURL. I don\'t care about forms like said in How do I make a post request with curl.
Here is my array: 开发者_JAVA百科 arr[0]=\'A\'; arr[1]=\'B\'; .... I tried to post it this way: $.post(\'data.php\',arr,function() {
I need help with figuring out how to get hold of the redirect after I make a post to the server. First, I need to do a get to obtain some cookies from the server. Then I perform a post with the cookie
I need to be able to specify using Javascript how to post a form that contains both the enctype as \"application/x-www-form-urlencoded\" and charset as \"charset=UTF-8\" in开发者_开发问答 the Content-
I\'m passing Ajax arguments from a source ASP.NET page to destination ASP.NET page. The code snippet looks like the following:
I\'m having some problems with sending POST data to a PHP script with NSURLConnection. This i开发者_Python百科s my code:
I am开发者_StackOverflow中文版 trying to make a program that logs into a site and performs some automated activities.I have been using HttpClient 4.0.1, and using this to get started: http://hc.apache
Currently I\'ve got a web app that retrieves the URL of a mp3 on an external server, but to conserve data I\'d like to check first that the page my server is retrieving is actually a redirect, not the