From a66921a2b67ef725f31658697003c383e58a4236 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Wed, 21 Dec 2011 11:59:22 +0100 Subject: Add note about content-type header. --- extras/appengine/sqlformat/templates/api.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'extras/appengine/sqlformat/templates') diff --git a/extras/appengine/sqlformat/templates/api.html b/extras/appengine/sqlformat/templates/api.html index f2859c2..2b32cbb 100644 --- a/extras/appengine/sqlformat/templates/api.html +++ b/extras/appengine/sqlformat/templates/api.html @@ -18,7 +18,9 @@ The server accepts various options to control formatting. Only the data option is required. All others are optional.
Either use GET and pack the options in the query string - or POST and submit your parameters as form data. + or POST and submit your parameters as form data.
+ When using POST make sure your request includes a + Content-Type: application/x-www-form-urlencoded header.

-- cgit v1.2.1