Error c00ce56e on AJAX

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sathishkpm
    New Member
    • Jan 2008
    • 2

    Error c00ce56e on AJAX

    Dear All,

    I am using AJAX to get data from the server. My problem is I am getting the error in javascript with error code : c00ce56e but the same code is run under another domain with 0 changes.

    My AJAX is simple just calling the php file in onclick event and get the result in responseText and put it in innerHTML.

    Please help me in this regards,

    - Sathish.
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    hi ...

    have a look here it seems to be an IE bug with encoding and the XMLHttpRequest ...

    kind regards

    Comment

    • sathishkpm
      New Member
      • Jan 2008
      • 2

      #3
      Hi,

      Can you please provide some more details about how to solve this issue and how to solve the character encoding problems in the server machine, for example I am using freeBSD server.

      Thanks in advance

      - Sathish

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5388

        #4
        hi ...

        as far as i understand the ms-hint for fixing this ... you should ensure that your server sends the correct (seen from the MS point of view ... silly ms again indeed) encoding-string for the MS-XML-parser (i don't know what to change for that but i assume its something in your php/java/webserver-config?) .. may be you could even set it in the script that generates the output? ... or may be you use responseText and parse it yourself ...

        kind regards

        Comment

        Working...