Ext and SSL [Resolved]
How do I make my proxy calls work via the secure port?
Permission denied to call method XMLHttpRequest.open' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "
Any ideas?
Although the class I have server side is switching the call to Course.ashx to https:// automatically, I need to ensure the url contains https:// as well. if I don't change the url text as to https:// it fails.
'https://' + sRoot + '/Handlers/Course.ashx'
Thanks for the guidance.
uncaught exception: Security Error: Content at http://localhost/xxxx/SecureExt.aspx may not load data from https://localhost/xxxx/Handlers/Course.ashx.
Yes it is. I have a class in .NET project which automatically switches to a secure channel for certain pages. I was doing some testing with calls to my generic handlers (ashx) when I noticed the problem.
Thanks in advance for any help.
#If you have any other info about this subject , Please add it free.# |





