2
Reply

How do I call Web Service from different domain using Ajax?It should not give any warning such as security risk?

abhishek trivedi

abhishek trivedi

17y
8.2k
0
Reply

    In that Scenario JSON (Javascript Object Notaion is used)

    I tried just the other day and found out it's a security violation to make AJAX calls outside the domain it resides on, so in all essence, you can't. I didn't try lowering the browser security settings because that would rule out most of your audience.