Copyright USER1 Subsystems Corporation
2016-3-9 22:01

Class net.user1.orbiter.HTTPIFrameConnection

The HTTPIFrameConnection class is used by Orbiter to communicate with Union Server over HTTP in browsers that do not support CORS. Rather than using CORS, HTTPIFrameConnection bypasses cross-origin restrictions by proxying communications through a hidden HTML iframe. For a list of events dispatched by HTTPDirectConnection, net.user1.orbiter.Connection. For more information on HTTP communication with Union Server, see the HTTPDirectConnection class.

Constructor