i have a script (php+html) full of forms and inputs, after the form is submited via p开发者_运维百科ost i can give the user a code (like was a GET form) q=test&t=3&u=9&q2=test&t2=3&
I currently have a RESTful servlet running that returns json upo开发者_开发百科n receiving a POST query. I would like to implement authentication over SSL, so that the user will first login and send h
I am trying to find a C# Asynchronous WebRequest function which will be able to POST variables to a server, and retrieve the response.
I\'ve got my code to post a javascript array in a form: <form id=\"my_form\" action=\"file:///C:/Users/John/Desktop/jquery/savetext.aspx\" method=\"post\" onsubmit=\"return prepare()\">
If another website is making a POST to my ASP.NET MVC 2 site, how can I capture it?Do I need to do anything to the routes?
What is the best way to POST to another website (so that the users browser is redirected as well) in MVC2?I dont want the user to be able to see the form data simply by using \"view source\", so I\'m
I have this code, and for some reason my $.post function fires twice in quick succession (for \'journal/weather\') according to Firebug.It still does this when I remove the \"if (navigator.geolocation
I have an application App2 to which I am sending a POST request from App1 using ActiveResource. On the App1,
I\'m working on a project that involves uploading an image to tumblr from Python.I\'ve had luck using Tumblr\'s API( http://www.tumblr.com/docs/en/api ) in doing regular text-posts, but image uploads
I am trying to send a POST request to my Ruby on Rails local server. Unfortunately, at first it wouldn\'t let me POST because of protect_from_forgery, so I ended up setting it to false in development