Thank you for your response.
--
This is a simple page where you enter the address to view maps and GPS coordinates.
http://115.68.120.145:20020/rest/iot/maps/geocoding.html
The itot_geocoding.html file is encoded in UTF-8 format. But it's on IOS-8859-1.
REST Debugger Request Header
Connection=close
Date=Sat, 27 Jun 2020 14:46:16 GMT
Content-Length=11953
Content-Type=text/html; charset=ISO-8859-1
--
Compiling MARS.DCS.dproj results in the following error:
[dcc32 Error] MARS.http.Server.DCS.pas(22): E2291 Missing implementation of interface method IMARSRequest.GetQueryParamName
[dcc32 Error] MARS.http.Server.DCS.pas(22): E2291 Missing implementation of interface method IMARSRequest.GetDate
[dcc32 Error] MARS.http.Server.DCS.pas(181): E2250 There is no overloaded version of 'All' that can be called with these arguments
[dcc32 Fatal Error] MARS.DCS.dpk(39): F2063 Could not compile used unit 'MARS.http.Server.DCS.pas'
--
And the attached demo project also generates some compilation errors.
Thank you.