Help : How to Sign Java Scipt....

Discussion in 'JavaScript' started by prems, Oct 12, 2006.

  1. #1
    Hello Friends

    I have developed a aaplication which access JavaScript file from another server. Means Cross-Domain. I'm using XMLHttpOpen method to call that java script file. So is it necessary to Sign java script file. I have searched on google but nowhere i find solution.
    I got following error on execution
    Error: uncaught exception: Permission denied to call method XMLHttpRequest.open
    Thanks for any help in Advance

    //Prems
     
    prems, Oct 12, 2006 IP
  2. penagate

    penagate Guest

    Messages:
    277
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You cannot script cross-domain under any circumstances, there is no "signing" method for Javascript.

    What you could do is proxy the external request using an API on your own server.
     
    penagate, Oct 13, 2006 IP