A request is cross domain if the requests URL points to a host other than the local host. This switches the concrete implementation that is used for sending the request from QxXmlHttpTransport to QxIframeTransport because only the latter can handle cross domain requests.
Get current value.
QxRequest.getCrossDomain();
Set new value.
QxRequest.setCrossDomain(newValue);