Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP Browser-Widget Cross-Domain
RAP Browser-Widget Cross-Domain [message #985924] Fri, 16 November 2012 17:10 Go to next message
Thomas Weinstein is currently offline Thomas WeinsteinFriend
Messages: 1
Registered: November 2012
Junior Member
I have a question regarding the RAP Browser-Widget. I currently try to use a browser widget to load a cross-domain legacy webapp and use javascript as a communication layer.
But to allow the loaded webapp to communicate I tried to set up the domains being on subdomains of each other (a.domain.com and b.domain.com) and modified the document.domain on both sides to domain.com to allow the cross domain communication.

The legacy javascript calls (on domain B) now get permission to call javascript functions defined natively in the opened html (on domain A). But due to the modification of the document.domain, the BrowserFunctions used for Callbacks to the RAP webapp (on domain A) now say permission denied. As far as I understand, the browser widget itself is rendered into an iframe, so now the cross-domain policy prevents these calls.

Do I miss something, because I don't think the scenario of using a cross-domain target in the browser widget is that special, so I wonder someone must have solved this problem already.

Thank you in advance for any hints or tips.
Re: RAP Browser-Widget Cross-Domain [message #986423 is a reply to message #985924] Tue, 20 November 2012 11:34 Go to previous message
Tim Buschtoens is currently offline Tim BuschtoensFriend
Messages: 396
Registered: July 2009
Senior Member
Hi.

I have to admit i had a bit of trouble understanding your scenario. Not
sure i do completely.

Regarding the Browser widget, it is simply a wrapper around an iframe,
so the standard security restrictions of modern browser apply. However,
it might not take into account any changes to document.domain. As far as
i understand it, it has to be set in both the parent frame (RAP) and the
iframe (document loaded in browser widget). You'd have to do that
manually for both.

I looked at the code, and in case the iframe is not yet fully loaded,
the widget uses the URL to determine if the document will be accessible
after it is loaded, without trying it first. If the iframe is already
loaded, this is done by trial and error, so you might want to try to use
a ProgressListener to wait until the document is loaded to create the
BrowserFunction. Perhaps that helps.

Greetings,
Tim


Am 16.11.2012 18:48, schrieb Thomas Weinstein:
> I have a question regarding the RAP Browser-Widget. I currently try to
> use a browser widget to load a cross-domain legacy webapp and use
> javascript as a communication layer.
> But to allow the loaded webapp to communicate I tried to set up the
> domains being on subdomains of each other (a.domain.com and
> b.domain.com) and modified the document.domain on both sides to
> domain.com to allow the cross domain communication.
>
> The legacy javascript calls (on domain B) now get permission to call
> javascript functions defined natively in the opened html (on domain A).
> But due to the modification of the document.domain, the BrowserFunctions
> used for Callbacks to the RAP webapp (on domain A) now say permission
> denied. As far as I understand, the browser widget itself is rendered
> into an iframe, so now the cross-domain policy prevents these calls.
>
> Do I miss something, because I don't think the scenario of using a
> cross-domain target in the browser widget is that special, so I wonder
> someone must have solved this problem already.
>
> Thank you in advance for any hints or tips.

--
Tim Buschtöns

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:[ANN] RAP 2.0 M3 is available
Next Topic:RWT meets Grails
Goto Forum:
  


Current Time: Thu Apr 25 06:36:06 GMT 2024

Powered by FUDForum. Page generated in 0.03141 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top