I have a web resource which aims to display data received from external sources. As we all well know the cross domain restrictions not allowing us to call the web service from Ajax directly from the web resource, how can encapsulate the web service call to be executed on the server side and called from JS in the web resource ?
A plugin ? An action ?
What would be the best suited solution ?
Thanks in advance !
*This post is locked for comments