N11 V2
AT Command Manual
Copyright © Neoway Technology Co., Ltd
93
14 HTTPS Commands
14.1 Setting HTTPS Parameters: +HTTPSPARA
Description
To set HTTPS parameters
Format
AT+HTTPSPARA=<para>,<para_value><CR>
Parameter
<para>: HTTPS parameters, including two parameters
url: destination path
port: destination port number
<para_value>: the value of the <para>, 128 bytes at most for url; 443 by default for
port
Return Value
See the Example
Example
AT+HTTPSPARA=url,www.alipay.com/index.html
OK
Set URL to the alipay
homepage. The URL
supports
DNS
translation.
AT+HTTPSPARA=url,support.cdmatech.com/index.ht
ml
OK
Set URL.
AT+HTTPSPARA=url,
ERROR
The AT command is in
wrong format.
AT+HTTPSPARA=port,443
OK
Set the destination port to
443.
Remarks
To send new HTTPS request, set new HTTPS parameters.
The HTTPS connection is closed if the +HTTPSCLOSE command is
executed.