Sharepoint 2013 issue with other browser(i.e.Firefox, Chrome)

Hi,

I used a link to open Exchange in sharepoint 2013 page.

<a herf="https://owa.mysite.com/owa" target="_blank" />

its working fine with IE. But when i try to open with other browser i.e. Chrome, Firefox then after login page is stuck. i got the error

Uncaught SecurityError: Blocked a frame with origin "https://owa.mysite.com" from accessing a frame with origin "https://mysite.com". Protocols, domains, and ports must match.
https://owa.mysite.com/owa/15.0.516.30/owa2/scripts/microsoft.exchange.clients.owa2.client.boot.viewmodels.js

Thanks

February 6th, 2015 5:43am

Hi,

Please try to open the "https://owa.mysite.com/owa" in Chrome and Firefox directly check if it works.

Where the link added in SharePoint page? In a content editor web part or a iframe?

I suggest you provide more information for further research.

You can also check the following thread with the similar error:

http://stackoverflow.com/questions/19837354/chrome-blocks-different-origin-requests

Best Regards

Free Windows Admin Tool Kit Click here and download it now
February 7th, 2015 4:11am

I used herf link in content editor webpart and want to open exchange url in new tab after click on that link. then i got the problem. when i click there i got login page. But after passing credential , inbox page load processing stuck.

when i debug it using developer tool then i got the above error.

Please suggest me.

Thanks.

February 7th, 2015 12:48pm

Hi,

Check your link, it is "href", it not a "herf" property in <a/>.

Please try to add the link in a SharePoint page using SharePoint Designer.

<a href="https://owa.mysite.com/owa" target="_blank">Exchange</a>

Thanks,
Dennis Guo
TechNet Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

Free Windows Admin Tool Kit Click here and download it now
February 9th, 2015 3:11am

Sorry Dennis typing mistake its 'href'

<a href="https://owa.mysite.com/owa" target="_blank" /> 

when i debugged using developer tool i got the error  

Uncaught SecurityError: Blocked a frame with origin "https://owa.mysite.com" from accessing a frame with origin "https://mysite.com". Protocols, domains, and ports must match.

February 9th, 2015 5:40am

Hi,

Did you try to add code of the link in page using SharePoint designer?

Or check whether the link below works or not.

<a href="https://www.bing.com/" target="_blank" /> 

You can also use Fiddler to watch the request.

http://www.telerik.com/fiddler

Thanks,
Dennis Guo
TechNet Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
Free Windows Admin Tool Kit Click here and download it now
February 10th, 2015 5:03am

Hi Dennis,

I am using the same href link but still not working.

May be that issue related to exchange.

February 10th, 2015 7:07am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics