Ben senaryoyu takip var
$.ajax({
type:"GET",
url:"views/jquery/js/private/visual_constructor/proxy.php",
data:null,
timeout:55000,
dataType:"xml",
error:function(XMLHttpRequest, textStatus, errorThrown){
alert("error="+XMLHttpRequest+" error2="+textStatus+" error3="+errorThrown);
},
success:function(response){
alert('sucess');
}
});
ve proxy.php içeriği takip ediyor.
<?php
header('Content-type: application/xml');
echo file_get_contents('http://server.name/somefile.php');
?>
Bu somefile.php
bazı xml içerik üretir ve yazdırır başka bir sunucuya bağlanır.
Bu Chrome mükemmel çalışır, ancak Mozilla o bana hata uyarısı gösterir.
Burada yanlış?
update 1
Ben kundakçı kullanıyorum ve her şey sadece Tamam olduğunu söylüyor. Hatta sunucudan yanıt gösterir. Ve burada ne benim hata uyarısı yazdırır:
error=[object XMLHttpRequest] error2=parsererror error3=parsererror
update 2
Ben Mozilla http://server.name/somefile.php açtığınızda bana bu mesajı gösterir:
XML Parsing Error: not well-formed
Location: http://authoringtool/views/jquery/js/private/visual_constructor/proxy.php
Line Number 8, Column 94: <xs:annotation><xs:documentation xml:lang="en">Network Type</xs:documentation></xs:annotatin>
Ben Chrome onu açtığınızda Ama yine bana hatayı göstermek ama somefile.php içeriğini yazdırır değil