I have a solution for my Problem. Just copy the js client into your appache htdocs folder and it works also with firefox. Responsible for this effect is the CORS specification.
“A web application using XMLHttpRequest could only make HTTP requests to the domain it was loaded from, and not to other domains.”
IE8 implements part of the CORS specification, so I think that’s the reason why it works with IE.
I copied my js files into the htdocs folder but POST method doesn’t work when POST http-bind the Status in the firebug is “200 Aborted” domain localhost:7070. It seems like the request is from localhost to localhost:7070 which is a cross-domain request (below the Firebug logs)
Can you help me? Many thanks!
Host localhost:7070
``User-Agent Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; de; rv:1.9.2.25) Gecko/20111212 Firefox/3.6.25Accepttext/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8Accept-Language en-us;q=0.5,en;q=0.3