
Neo_WM620 WCDMA Module AT Command Set
Copyright © Neoway Technology Co., Ltd
80
13 HTTPS Command
13.1 Setting HTTPS Parameters: +HTTPSPARA
Description
To set HTTPS parameters
Format
AT+HTTPSPARA=<para>,<para_value><CR>
Parameter
<para>: HTTP parameters, supporting the following two parameters:
url: Destination path
port: Destination port ID
<para_value>: The value of
<para>
. The value of
url
contains at most 128 bytes and
url
supports domain name translation. Slash (/) in the domain name is the ending flag.
Return
Value
See the Example.
Example
AT+HTTPSPARA=url,mybank.icbc.com.cn/icbc/perbank/index.jsp
OK
Set the ICBC
login page as
the URL. The
URL supports
domain name
translation.
AT+HTTPSPARA=url,132.188.73.13/prodreg/beginRegistration.action
OK
Set
132.188.73.13
as the
destination path.
AT+HTTPSPARA=port,443
OK
Set the
destination port
ID to 443.
Remarks
You need to set new HTTP parameters for new HTTPS requests.
After you run the
+HTTPSCLOSE
command, the link is closed and the HTTPS
parameters are cleared.
This command is supported by E9C33424 and later versions.
13.2 Setting up HTTPS Link: +HTTPSSETUP
Description
To set up an HTTP link
Format
AT+HTTPSSETUP<CR>
Parameter
NULL
Return
Value
See the Example.
Example
AT+HTTPSSETUP
OK
HTTPS SETUP OK
Set up an HTTPS link
Successful