User's Manual

Table Of Contents
HTTP Client Interface
AT+i Programmer‘s Manual Version 8.32 8-3
8.2 +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 iChip. 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.