* Ronald J Kimball <[email protected]> [2010-11-29 18:30]: > This is for a widget that will be hosted on third party > websites. The widget will allow users of those sites to > interact with our content. The widget will be written in > JavaScript and HTML. The widget will retrieve content and > submit user interactions using Ajax and JSONP (supposedly via > a REST API :). Users will not be required to log in to interact > with the content in the widget.
An obvious idea would be to serve the client-side code from your own domain so it can use XMLHttpRequest – so I have to assume you considered and rejected that approach. Is that so? If yes, it would be useful to hear the considerations behind that rejection. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/> _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
