I am writing a Grails app, and I want the controller to hit some other API with a POST and then use the response to generate the page my user sees.I am not able to Google the right terms to find anyth
I found lots of answers regarding AJAX calls, but I had trouble finding an answer for just a straight up 开发者_开发知识库HTML form without using Javascript.
First off, I\'m pretty newb at this. I\'m new to Android, to asp, to javascript, to http even. I\'m trying to build an Android app that allows me to login to my school\'s website and pull data off it
I am trying to send information to a server from an android phone. When the server receives the information it sends back a 1 or a 0 to signify pass or fail. Server-side everything is fine because t
So thanks to the response to my previous question, I\'ve tried to make a code to e-mail me if the code is on another site.
I have simple form on my site: <form method=\"POST\" action=\"Home/Import\"> ... </form> I get tons of error reports bec开发者_开发技巧ause of crawlers sending HEAD request to Home/Impo
I\'m trying to create an HTTP POST to Google servers to obtain the ClientLogin Auth (as described here). The source code for the post is not a real mystery and I found it here. (I\'m sure my post work
I am trying to maintain a logged-in user session between my Android app and my Drupal website. In my开发者_如何学运维 research, it comes down to sending cookie(s) back to Drupal but I am struggling to
I am able to do a POST of a parameters string. I use the following code: String parameters = \"firstname=john&lastname=doe\";
I have a function for sending email. This function works normally, but it always triggers the error function, any error did not occur (I\'m receiving email).