Hi Sajith, Scenario 1 (youtube video though AppM) : Even though, video has played without issues, it seems streaming haven't happen though the App Manager GW. When the application is having direct re-directions (href with direct link) to pages/sites etc those requests won't go though the GW. That's what has happened here as well. So we can't tell youtube videos works though App Manager.
Scenario 3 & 4 (flash site though AppM) : This also a know limitation when application does not using relative paths. <script src="/js/script.js" type="text/javascript"> (note the / appearing at the start of src. This resolves / as the root of the host and start searching resource from there. When it going though GW, '/' resolves to GW host and src is looked inside GW.) . This [1] explains it nicely. [1]. http://stackoverflow.com/questions/2005079/absolute-vs-relative-urls Since, we need to check how gateway behaves when serving video/flash, can you write small app which having video embedded into a one page (HTML5) and see how this app works though app manager. Regards, Dinusha. On Fri, Mar 27, 2015 at 4:36 PM, Sajith Abeywardhana <[email protected]> wrote: > Hi All, > > I did a analysis to find out how the App Manager behave when its comes to > lengthy and complex content type. Please go through the analysis[1] and > be kind enough to provide feed backs on anything need to be done than > addition to this. > > [1]. > https://docs.google.com/a/wso2.com/document/d/1ZPtpB9LZKb3avfxhy3IIarWM7ql-HHzgorGnxWCDwmA/edit?usp=sharing > > *Sajith Abeywardhana* | Software Engineer > WSO2, Inc | lean. enterprise. middleware. > #20, Palm Grove, Colombo 03, Sri Lanka. > Mobile: +94772260485 > Email: [email protected] <[email protected]> | Web: www.wso2.com > -- Dinusha Dilrukshi Senior Software Engineer WSO2 Inc.: http://wso2.com/ Mobile: +94725255071 Blog: http://dinushasblog.blogspot.com/
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
