SecurityException when making ajax call from only a certain machine? -


When a certain machine tries to reach my website, all AJAX calls fail. This is for all the browers on this machine, and none of the firewalls or software is enabled. What can be the problem here? Opera tells me that AJAX calls are returning a security Exception.

Could this be due to a machine failing on AJAX calls?

Do not use the full URL of your website in an AJAX call.

For example, suppose

and point to the same resource. If you call your AJAX URL www.example.com/ajax.do , the user will fail to browse the call from the first place.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -