Neo_WM620 WCDMA Module AT Command Set
Copyright © Neoway Technology Co., Ltd
81
AT+HTTPSSETUP
OK
+DNS:FAILED
Set up an HTTPS link
Failed to translate the domain name.
AT+HTTPSSETUP
OK
Https linking
Set up an HTTP link
Failed because an HTTPS link has
been set up.
AT+HTTPSSETUP
ERROR
Set up an HTTP link
Failed because PPP connection has
not been set up.
AT+HTTPSSETUP
OK
+HTTPSSETUP:FAIL
Set up an HTTP link
Failed. The port has not been set
before setting up an HTTPS link.
Remarks
The link is set up successfully only after you set the destination address and port ID
correctly.
Ensure PPP connection has been set up succesfully before an HTTPS link is set up.
This command is supported by E9C33424 and later versoins.
13.3 Executing HTTPS Request: +HTTPSACTION
Description
To execute an HTTPS request
Format
AT+HTTPSACTION=<mode>[,<length>]<CR>
Parameter
<mode>: HTTPS request mode, available value can be 0, 1, 2, 99
0: GET
1: HEAD
2: POST
99: OPEN_MODE, user-defined packet mode
<length>: The length of the POST content or user-defined packet length, maximum value
2048
This parameter must be set when you set
<mode>
to
POST
or
OPEN_MODE
.
Return
Value
See the Example.
Example
AT+HTTPSPARA=url,support.cdmatech.com/login/
OK
AT+HTTPSPARA=port,443
OK
AT+HTTPSSETUP
Set the destination path.
Set the destination port
to 443.
Set up an HTTPS link.