views:

270

answers:

1

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....

A: 

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.

Brad