I have an extension that uses JQuery 1.3.2 to interact with a twitter clone inside the company firewall. I can use the .ajax() function flawlessly against ANY http URL that I've configured in the manifest to be allowed.. However the problem I'm seeing comes when I try to GET/ POST to an https URL using both jQuery and plain XHR methods. I just can't figure this out and it's driving me nuts.
The return status is "error" the status code is "0" and the error object is "undefined". That's it. The code resides in the popup.html. If I use the chrome-extension:// blah blah/popup.html url in the browser, everything works fine! It only fails in the popup.html contruct. Any ideas would be greatly appreciated because my next step is to integrate with Lotus Connections (where all of our URLs are https) Thanks much.. John
-- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.
