added GET/POST api note

This commit is contained in:
mwells 2014-07-04 11:28:40 -07:00
parent 0f3556206b
commit 42552ea70a

View File

@ -2478,6 +2478,10 @@ bool sendPageAPI ( TcpSocket *s , HttpRequest *r ) {
g_pages.printLogo ( &p , coll );
p.safePrintf("</td></tr></table><br><br>");
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("<br><br>");
p.safePrintf("<div style=padding-left:10%%>"