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 switch from POST to GET in PHP CURL

I have tried switching from a previous Post request to a Get request. Which assumes its a Get but eventually …

php post curl get
Postman: How to make multiple requests at the same time

I want to POST data from Postman Google Chrome extension. I want to make 10 requests with different data and it …

post postman httprequest
Post request with Wget?

I want to use wget to upload a picture to a distant server, using an authentication token, 'AUTH_1624582364932749DFHDD', to …

linux post wget
Are HTTPS headers encrypted?

When sending data over HTTPS, I know the content is encrypted, however I hear mixed answers about whether the headers …

security post encryption https get
Sending a JSON to server and retrieving a JSON in return, without JQuery

I need to send a JSON (which I can stringify) to the server and to retrieve the resulting JSON on …

javascript json post get xmlhttprequest
How to send a JSON object over Request with Android?

I want to send the following JSON text {"Email":"[email protected]","Password":"123456"} to a web service and read the …

android json post httprequest
Read Post Data submitted to ASP.Net Form

I have a working login form in an asp.net application. Standard stuff with a username and password text box …

c# asp.net post
Post form data using HttpWebRequest

I want to post some form data to a specified URL that isn't inside my own web application. It has …

c# post httpwebrequest
AngularJS - Any way for $http.post to send request parameters instead of JSON?

I have some old code that is making an AJAX POST request through jQuery's post method and looks something like …

javascript jquery post angularjs
How to add additional fields to form before submit?

Is there a way to use javascript and JQuery to add some additional fields to be sent from a HTTP …

jquery html forms post field