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.

HTTP test server accepting GET/POST requests

I need a live test server that accepts my requests for basic information via HTTP GET and also allows me …

http post
How to get WordPress post featured image URL

I am using this function to get the featured images: <a href="#" rel="prettyPhoto"> <?php the_post_…

php wordpress post
jQuery posting JSON

update: I would like to pass the var value to the server hello, same old, same old ... :) I have a …

jquery json post
PHP Redirect with POST data

I did some research on this topic, and there are some experts who have said that it is not possible, …

php post
How can I debug a HTTP POST in Chrome?

I would like to view HTTP POST data that was sent in Chrome. The data is in memory now, and …

google-chrome debugging post
Pure JavaScript Send POST Data Without a Form

Is there a way to send data using the POST method without a form and without refreshing the page using …

javascript post httpwebrequest xmlhttprequest http-post
What does %5B and %5D in POST requests stand for?

I'm trying to write a Java class to log in to a certain website. The data sent in the POST …

java post httpwebrequest
How do I print all POST results when a form is submitted?

I need to see all of the POST results that are submitted to the server for testing. What would be …

php post echo
System.Net.Http: missing from namespace? (using .net 4.5)

TL; DR: I'm new to this language and have no idea what I'm doing here is my class so far: …

c# api rest post
POST request send json data java HttpUrlConnection

I have developed a java code that convert the following cURL to java code using URL and HttpUrlConnection. the curl …

java json post curl httpurlconnection