I am having similar issue. crossdomain.xml is getting served on port
7070 in my case. The callback passed to connect method just gets
called while connecting to the server (figured it out by the status
code 1). I get a blank response with HTTP status 200 from the server.
When I don't use the Http proxy I get Http status 302. I am not able
to figure out where I am going wrong.
On Dec 13, 2:11 pm, Jack Moffitt <
metaj...@gmail.com> wrote:
> > I have installed the OpenFire server and Uploaded the strophe library
> > & samples to Apache web server.
> > I am trying to run the crossdomain.html sample after I changed the
> > BOSH_SERVICE variable to the value:
> >
http://localhost:7070/http-bind
> > I have enabled Bosh on the OpenFire server
> > but I am getting the error:
> > 16, ioError, An error occured preventing completion of the request.
>
> Where do you get this error from? This doesn't look like any web
> browser error I'm familiar with.
>
> Is crossdomain.xml being served athttp://localhost:7070/crossdomain.xml? If not, you won't be able to
> connect.
>
> jack.