WM620 AT
Command Manual
Copyright © Neoway Technology Co., Ltd
129
18 HTTPS Command
18.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.j
sp
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 connection is closed and
the HTTPS parameters are cleared.
This command is applicable to E9C33424 and later versions.