Smart Machine Smart Decision
SIM7500_SIM7600 Series_AT Command Manual_V1.07 2017-12-25
<address>
The HTTP server domain name or IP address.
The HTTP server port.
<len>
The length of HTTP data in the packet.
<err>
The error code of HTTP operation.
Examples
AT+CHTTPACT=”www.mywebsite.com”,80
GET http://www.mywebsite.com/index.html HTTP/1.1
Host: www.mywebsite.com
User-Agent: MY WEB AGENT
Content-Length: 0
<Ctrl+Z>
OK
+CHTTPACT: DATA, 249
HTTP/1.1 200 OK
Content-Type: text/html
Content-Language: zh-CN
Content-Length: 57
Date: Tue, 31 Mar 2009 01:56:05 GMT
Connection: Close
Proxy-Connection: Close
<html>
<header>test</header>
<body>
Test body
</body>
+CHTTPACT: 0
AT+CHTTPACT=”www.mywebsite.com”,80
+CHTTPACT: REQUEST
POST http://www.mywebsite.com/mydir/test.jsp HTTP/1.1
Host: www.mywebsite.com
User-Agent: MY WEB AGENT
Accept: */*
Content-Type: application/x-www-form-urlencoded
Cache-Control: no-cache
Accept-Charset: utf-8, us-ascii