What works - Web application bridge
What works
WAB has been certified to support Microsoft Sharepoint 2007. Integration with other products is per demand.
What does not work
- Apps with URLs pointing to an unregistered host.
- Apps using URL redirection such as...
<meta http-equiv="refresh" content="2;url=http://someotherserver.com/">
- Apps that serve content with incorrect mime-types
For example, a jpg served as text/html instead of image/jpeg.
- Apps serving an iframe that overlays the complete page
- Apps that prevent their content to be loaded inside an iframe
Happens with apps containing scripts that check if the page document window is the main window before displaying contents.
- Apps using non-standard browser features
- Apps using vendor specific client-side capabilities. For example: Google and Gears.
Parent: The web application bridge