In Ajax programming, the
browser sends standard HTTP request to an Embedded Web server, such
as GET or POST. The Embedded Web server checks the
file extension of the requested file. If the file extension is
cgx, the requested file is an
XML script file. This file is processed by internal script
interpreter of the Web server. As a result the XML response is
generated and sent back to the browser.
Here is a an example of a typical data flow.
Web browser sends a standard http GET request:
GET /ad.cgx HTTP/1.1\r\n
Web server processess the script file ad.cgx and sends the XML
response:
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.