Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript ajax request IE8+9

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #163202
    Sedana
    Participant

    Hi,
    I’m stumped by a IE9 and IE8 problem. My ajax request looks like this:
    http://codepen.io/anon/pen/GoInm

    The request is successful but data returns as undefined.

    I am using robohydra to get around the crossdomain issue and don’t know if that is what is causing my problems.

    Any ideas?

    #163323
    Sedana
    Participant

    The problem was that the service was sending it as text/html and IE9 + 8 needs it to be served as text only.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.