Goh, Swee-Doon (GPMS) wrote: > > > I?m using XXE (desktop version) to load a remote xml file as a test > case. The url is something like: http://www.myserver/query/download.xqy. > This xquery script will serve out XML file to be opened by XXE. I set > the content-type to either ?plain? or ?xml? but XXE produced the > following error in either content type. > > > > Cannot load document > > ?http://www.myserver/query/download.xqy?: > > Server redirected too many times (20) > > > > Is it possible to load content dynamically assembled at a remote host?
Yes. XXE cannot make the difference between dynamically assembled content and static content. The error you have is not directly related to XXE. It's a *network* error, possibly caused by an authentication problem or by a proxy problem.

