diff --git a/docs/libcurl-the-guide b/docs/libcurl-the-guide index 92f16ce13b..6ce5db7f48 100644 --- a/docs/libcurl-the-guide +++ b/docs/libcurl-the-guide @@ -300,6 +300,104 @@ Passwords [ more options, setting passsword callback ] +HTTP POSTing + + We get many questions regarding how to issue HTTP POSTs with libcurl the + proper way. This chapter will thus include examples using both different + versions of HTTP POST that libcurl supports. + + The first version is the simple POST, the most common version, that most HTML + pages using the