request throught ajax on another server not working in firefox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • waqasahmed996
    New Member
    • Jun 2008
    • 160

    request throught ajax on another server not working in firefox

    hi

    i am trying to send an information to a page which is on another server.

    var url="http://www.example/.php"

    this request is working properly on IE but not working on firefox

    firefox is not sending request to a page which has another domain

    please give me some solution

    thanks in advance
  • moltendorf
    New Member
    • Jul 2007
    • 65

    #2
    Firefox employs security protocols which do not let you do this. Internet Explorer works because it doesn't really employ many of the things Firefox does to keep a user safe. (The reason this is here is to prevent one from being able to XSS attacks)

    I'm afraid there's not much you can do to get around it.

    Edit: This seems more like a JavaScript/Ajax issue, not PHP.

    Comment

    Working...