diff --git a/Pages.cpp b/Pages.cpp index dc4b8e51..b98d6c30 100644 --- a/Pages.cpp +++ b/Pages.cpp @@ -2478,6 +2478,10 @@ bool sendPageAPI ( TcpSocket *s , HttpRequest *r ) { g_pages.printLogo ( &p , coll ); p.safePrintf("

"); + p.safePrintf("NOTE: All APIs support both GET and POST method. " + "If the size of your request is more than 2K you " + "should use POST."); + p.safePrintf("

"); p.safePrintf("
"