Technical information

HTTP Client Interface
2-18 AT+i Commands Reference Manual May 31, 2008
+iSLNK - Submit a POST Request to a Web Server
Syntax: AT+i[!]SLNK:<text>
Submits a plain text POST request to a web server defined in the URL
parameter. The "Content-type:" field of the POST request is defined by the
CTT parameter.
Parameters: <text> = Plain text POST request body containing <CR[LF]> terminated
ASCII character strings. <text> must be terminated by a dot character (.) in
the first column of an otherwise empty line.
Command Options:
<text> <ASCII text line><CRLF> …<CRLF>.<CRLF>
Maximum size of <text> depends on the amount of memory available in the
specific W24. SLNK uses the URL address stored in the URL parameter to
send the POST request.
! Stay online after completing the command.
Result Code:
I/OK After all text lines are received from the host.
I/ERROR If a memory overflow occurred before all text lines are received.