diff options
Diffstat (limited to 'extras/appengine/sqlformat/templates/api.html')
| -rw-r--r-- | extras/appengine/sqlformat/templates/api.html | 4 |
1 files changed, 3 insertions, 1 deletions
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 <em>data</em> option is required. All others are optional.<br /> Either use <code>GET</code> and pack the options in the query string - or <code>POST</code> and submit your parameters as form data. + or <code>POST</code> and submit your parameters as form data.<br /> + When using <code>POST</code> make sure your request includes a + <em>Content-Type: application/x-www-form-urlencoded</em> header. </p> <dl> |
