ME310G1/ME910G1/ML865G1 AT Commands Reference Guide
80617ST10991A Rev. 11 Page 782 of 1039 2021-09-23
When the HTTP server answer is received, then the following URC is
put on the serial port:
#HTTPRING:
<prof_id>,<http_status_code>,<content_type>,<data_size>
If there are no data from server or the server does not answer
within the time interval specified in <timeout> parameter of
#HTTPCFG command, then the URC #HTTPRING
<http_status_code> parameter has value 0.
is the status code, as
received from the server,
see RFC 2616
reports the "Content-
Type" header line, as
received from the server,
see RFC 2616
is the byte amount of data
received from the server.
If the server does not
report the "Content-
Length:" header line, the
parameter value is 0.
To set more than one HTTP header line in parameter
<extra_header_line>, they have to be separated by ">>"
Example:
AT#HTTPQRY=0,0, "myURI","Content-Type: xyz>>Authorization:
something"
Where:
"myURI" must always start with "/" (slash).