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.

Send file using POST from a Python script

Is there a way to send a file using POST from a Python script?

python post file-upload http-post
Send json post using php

I have this json data: { userID: 'a7664093-502e-4d2b-bf30-25a2b26d6021', itemKind: 0, value: 1, description: 'Saude', …

php json post curl http-post
How can I send an HTTP POST request to a server from Excel using VBA?

What VBA code is required to perform an HTTP POST from an Excel spreadsheet?

excel vba http post serverxmlhttp
HTTP Request in Swift with POST method

I'm trying to run a HTTP Request in Swift, to POST 2 parameters to a URL. Example: Link: www.thisismylink.com/…

post swift parameters http-post httprequest
How to send POST request in JSON using HTTPClient in Android?

I'm trying to figure out how to POST JSON from Android by using HTTPClient. I've been trying to figure this …

android json post httprequest
curl POST format for CURLOPT_POSTFIELDS

When I use curl via POST and set CURLOPT_POSTFIELD do I have to urlencode or any special format? for …

php post curl
How to upload file to server with HTTP POST multipart/form-data?

I am developing Windows Phone 8 app. I want to upload SQLite database via PHP web service using HTTP POST request …

c# php post windows-phone-8 multipartform-data
Undefined index error PHP

I'm new in PHP and I'm getting this error: Notice: Undefined index: productid in /var/www/test/modifyform.php on …

php forms post undefined
Send a file via HTTP POST with C#

I've been searching and reading around to that and couldn't fine anything really useful. I'm writing an small C# win …

c# http post system.net