jQuery "Access Is Denied" Error
Posted
by Jimbo
on Stack Overflow
See other posts from Stack Overflow
or by Jimbo
Published on 2010-05-21T11:07:18Z
Indexed on
2010/05/21
11:10 UTC
Read the original article
Hit count: 614
I have an $.ajax()
request that queries currency exchange rate information from another web server, which is the reason (I believe) for which I am getting an "Access Is Denied" error on the $.ajax()
call.
Is there a way to permit this type of activity?
© Stack Overflow or respective owner