Properties Methods Events Config Options Direct Link
Observable
  DataProxy
    HttpProxy

Class CQ.Ext.data.HttpProxy

Package:CQ.Ext.data
Class:HttpProxy
Extends:CQ.Ext.data.DataProxy
Clientlib:cq.widgets

An implementation of CQ.Ext.data.DataProxy that processes data requests within the same domain of the originating page.

Note: this class cannot be used to retrieve data from a domain other than the domain from which the running page was served. For cross-domain requests, use a ScriptTagProxy.

Be aware that to enable the browser to parse an XML document, the server must set the Content-Type header in the HTTP response to "text/xml".

Config Options

Config Options Defined By

Public Properties

Property Defined By
  load : Object
Deprecated.
Deprecated load method using old method signature. See doRequest for preferred method.
DataProxy

Public Methods

Method Defined By

Public Events

Event Defined By