Top "Post" questions

POST is one of the HTTP protocol methods; it is used when the client needs to send data to the server, such as when uploading a file, or submitting a completed form.

How to set a Header field on POST a form?

How can I set a custom field in POST header on submit a form?

javascript html post http-post httprequest
How to redirect user's browser URL to a different page in Nodejs?

In the application I'm trying to write, the main page (http://localhost:8675) has the following form: <form action='/?…

http node.js redirect post webserver
Sending files using POST with HttpURLConnection

Since the Android developers recommend to use the HttpURLConnection class, I was wondering if anyone can provide me with a …

android http post client-server httpurlconnection
Java: how to use UrlConnection to post request with authorization?

I would like to generate POST request to a server which requires authentication. I tried to use the following method: …

java post authorization urlconnection httpconnection
How to post JSON to PHP with curl

I may be way off base, but I've been trying all afternoon to run the curl post command in this …

php rest post
POST an array from an HTML form without javascript

I have a form that is a little complex and I am hoping to simplify the server-side (PHP) processing by …

php html forms post
Making href (anchor tag) request POST instead of GET?

<a href="employee.action" id="employeeLink">Employee1</a> when i click the Employee1 link, GET request …

html post get anchor
Binary Data Posting with curl

So basically, I'm trying to write a series of scripts to interact with Dot Net Nuke. I've been analysing the …

bash post curl dotnetnuke binary-data
php $_POST array empty upon form submission

I have a custom CMS i've built that works perfectly on my dev box (Ubuntu/PHP5+/MySQL5+). I just moved …

php arrays forms post
How can I use JQuery to post JSON data?

I would like to post Json to a web service on the same server. But I don't know how to …

jquery ajax json post http-post