Hallo,
Kommt der Request am Server an?
Ja, anscheinend er kommt er an. Habe Fiddler installiert, und der meldet:
Result Protocol Host URL
200 HTTP www.random.org /integers/?num=1000&min=0&max=36&col=1&base=10&format=plain&rnd=new
Body Caching
1'021 no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Expires: Thu, 19 Nov 1981 08:52:00 GMT
Content-Type
text/plain; charset=UTF-8
Process Comments Custom
firefox:7384
Aber was das genau bedeutet?
post-check=0, pre-check=0 kommt mir verdächtig vor, und nur 1021 Bytes für 1000 Zufallszahlen scheint mir auch zu wenig, zumal die Zahlen zweistellig sein können (0-36) und jeder Zahl ein \n folgt.
Result 200 ist doch aber ok. Trotzdem bekomme ich Statuscode 0 im readystatechange-Handler.
Gruß, Don P