I get this message when I am trying to access a web service from Jquery located in SAME the URL (but different directory).

I know it is IE security setting. The question is, how do I suppress it...surely, people don't put web services in the same web site, same directory....

link|improve this question

58% accept rate
1  
I notice it happening when the ajax call is using a different protocol than the page, example, page is http and ajax url is https. Is that your scenario? Don't know how to solve that yet. I need my ajax call to always use https (it needs to pass along some cookies that are set in a secure context), buut I can't guarantee the context the main page is being viewes within. – user250305 Jan 13 '10 at 23:00
feedback

2 Answers

That is a significant security risk that should never be set to enable – there is a large class of attacks online that rely on that being set to Enable; leaving it at prompt reduces the availability of that attack vector…

link|improve this answer
feedback

Maybe this article will be useful for you:

IE Error: This page is accessing information that is not under its control

link|improve this answer
I highly doubt that resolving the issue with a browser-side fix is what he wants. – Zoredache May 23 '11 at 18:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.