Skip to main content

Bug Tracker

Side navigation

#4162 closed bug (invalid)

Opened February 16, 2009 08:40AM UTC

Closed February 18, 2009 12:24AM UTC

Error on HTTPS.

Reported by: itbeings Owned by:
Priority: critical Milestone: 1.3.2
Component: ajax Version: 1.2.6
Keywords: Cc:
Blocked by: Blocking:
Description

ajax not working. This error was seen on firebug.

Access to restricted URI denied" code: "1012

[Break on this error] xhr.open(type,s.url,s.async);try{if(s.da...[s.url]=modRes;if(!jsonp)success();}else

Attachments (0)
Change History (3)

Changed February 17, 2009 12:07AM UTC by dmethvin comment:1

Can you provide a test case? It sounds like this may be a cross-domain issue but you haven't provided enough information to tell.

Changed February 17, 2009 01:22PM UTC by itbeings comment:2

Well, you could say cross-domain issue, because am calling http://api.domain.com from https://domain.com

Changed February 18, 2009 12:24AM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

Read up here:

http://taossa.com/index.php/2007/02/08/same-origin-policy/

You will need to set document.domain to the base domain name.