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.

Curl and PHP - how can I pass a json through curl by PUT,POST,GET

I have been working on building an Rest API for the hell of it and I have been testing it …

php post curl get put
cURL POST command line on WINDOWS RESTful service

My problem: Using the command line tool to curl my localhost server while sending some data along with my POST …

windows api post curl command-line
AJAX POST and Plus Sign ( + ) -- How to Encode?

I'm POSTing the contents of a form field via AJAX to a PHP script and using JavaScript to escape(field_…

javascript ajax post encode decode
How to submit a form using PhantomJS

I'm trying to use phantomJS (what an awesome tool btw!) to submit a form for a page that I have …

javascript forms post phantomjs
Pass Hidden parameters using response.sendRedirect()

How would I pass hidden parameters? I want to call a page (test.jsp) but also pass 2 hidden parameters like …

java jsp servlets post url-parameters
How to increase maximum POST variable in PHP?

I'm using WAMP in my local machine, when a FORM(method="POST") with 2000 input fields is submitted I'm able to …

php post wamp
How to skip the OPTIONS preflight request?

I had developed a PhoneGap app which is now being transformed to a mobile website. Everything works smoothly besides one …

angularjs post cors preflight
Ruby: How to post a file via HTTP as multipart/form-data?

I want to do an HTTP POST that looks like an HMTL form posted from a browser. Specifically, post some …

ruby http post
Angularjs how to upload multipart form data and a file?

I'm a beginner to angular.js but I have a good grasp of the basics. What I am looking to …

javascript forms angularjs post multipartform-data
What REST PUT/POST/DELETE calls should return by a convention?

According to the "REST ideology" what should be in the response body for a PUT/POST/DELETE requests? What about …

rest http post http-delete