web applications - Integrateing Web Aplication into users websites -
so guys need advice, pointers, anything....
we working on web application suppose integrated our clients website. app run on our local servers, , it's written in microsoft visual studio. first of thought put in , our users can integrate websites, , edit fits design better, , found out same origin policy discarded option...
so i'd appreciate advice or pointers on next "fix" problem, , tools this...
if can live not supporting browsers out there (i.e. intra- , extranets), check out cors (more).
if client can point subdomain server (ie. yourapp.yourclient.com or yourapp.www.yourclient.nl) wouldn't have problem, i'd check out too.
otherwise easiest way of 'fixing' have proxy application running on customer's servers. each call application translate 1-to-1 call yours. can hairy when need log in user, show personal information.
you check out jsonp.
Comments
Post a Comment