Hi All,
I have a web service which I need to consume the data for use in Dynamics 365, but due to cross-domain policies in web browsers, I was not able to consume the data in Dynamics 365 plugin. I had come across the JSONP which can help to bypass the cross-domain policies. However, my intention is to consume the data from the web service, and these data will be used to create/update attribute of an entity in Dynamics 365 using plugin. Due to cross-domain policies, the code in the plugin to consume data from web service will not work.
Does anyone have any clues of how to resolve the limitation as Dynamics 365 (online) is a sandbox environment.
Thanks guys!