Network Architecture
From OSPDocs
Client machines will connect to a web server via HTTP or HTTPS.
AJAX is used to perform behind the scenes communication.
In some cases, such as communication with external web pages. Request and Response objects are passed in the form of XML.
![]() |
Figure: Network communication is all done via http and potentially https. |
