Revision: 10068
          http://sourceforge.net/p/languagetool/code/10068
Author:   dnaber
Date:     2013-05-11 18:38:46 +0000 (Sat, 11 May 2013)
Log Message:
-----------
clarify that text needs to be url encoded

Modified Paths:
--------------
    trunk/website/www/http-api/index.php

Modified: trunk/website/www/http-api/index.php
===================================================================
--- trunk/website/www/http-api/index.php        2013-05-11 14:22:05 UTC (rev 
10067)
+++ trunk/website/www/http-api/index.php        2013-05-11 18:38:46 UTC (rev 
10068)
@@ -3,7 +3,7 @@
 $sub_page = "http-api";
 $title = "LanguageTool";
 $title2 = "HTTP API";
-$lastmod = "2013-04-20 10:20:00 CET";
+$lastmod = "2013-05-11 21:20:00 CET";
 include("../../include/header.php");
 ?>
 
@@ -35,6 +35,8 @@
 
 <tt>curl --sslv3 --data "language=en-US&text=my texd" 
https://languagetool.org:8081</tt>
 
+<p>Note that the text needs to be URL-encoded, even for POST requests.</p>
+
 <p>Please see <?=show_link("HTTP server", "../http-server/") ?> for information
 about the parameters you can supply.</p>
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to