Integration Manual
16/16
The command format:*AT*GETDATA*<URL><sourcedata>*
If input URL in the command, then the sourcedata will be sent to the URL as http; if without URL in the
command, then the sourcedata will be sent to the URL of the SRVURL command setting.
For example:
Input:
*AT*GETDATA*http://demo90.myit-school.net/LiSeng.Body.Scale.Apps/API.getData.phpmacid=00-1A-2B
-3C-4C-5D&uname=David&var=weight&val=100*
Or input:
*AT*GETDATA*macid=00-1A-2B-3C-4C-5D&uname=&var=weight&var=height*
Output:
+GETDATA:OK
status:200
content-length:518
<?xml version="1.0" encoding="big5"?>
…
(4).HTTP client original(HTTPC)
The command format:*AT*HTTPC*<type><URL> [Datastring]*
The first parameter “type”= 1 express HTTP_POST;
The first parameter “type”= 0 express HTTP_GET