Neo_WM620 WCDMA Module AT Command Set
Copyright © Neoway Technology Co., Ltd
83
+HTTPSCLOSE:Link Closed
AT+HTTPSPARA=url,mybank.icbc.com.cn/icbc/perbank/index
.jsp
OK
at+httpspara=port,443
OK
at+httpssetup
OK
HTTPS SETUP OK
AT+HTTPSACTION=99,500
>POST /icbc/perbank/index.jsp HTTP/1.1<CRLF> /*
custom
header information
*/
Connection: close<CRLF> /*
custom header information
*/
Host: mybank.icbc.com.cn<CRLF> /*
custom header
information
*/
Content-Length: 10<CRLF> /*
custom header
information
*/
Content-Type: application/x-www-form-urlencoded<CRLF>
/*
custom header information
*/
<CRLF><CRLF>
/*
Information to be sent
*/
……
+HTTPSRECV:
/*
homepage content
, html format*/
……..
/*
homepage content
*/
+HTTPSCLOSE:Link Closed
Note that the length includes custom header information.
OPEN_MODE
Custom packet mode
Remarks
You need to comply with the HTTP protocol when defining packets.
This command is supported by E9C33424 and later versions.
13.4 Closing HTTPS Link: +HTTPSCLOSE
Description
To close and HTTPS link
Format
AT+HTTPSCLOSE<CR>
Parameter
N/A
Return
Value
See the example.
Example
AT+HTTPSCLOSE
OK
Close the HTTPS link.