When I calling dynamics crm for getting data through https://*************.api.crm.dynamics.com/api/data/v8.2/accounts from my application.Its getting cross origin issue.
When I calling dynamics crm for getting data through https://*************.api.crm.dynamics.com/api/data/v8.2/accounts from my application.Its getting cross origin issue.
Yup this is a bit of an overall architectural problem. You either need to relay the request through your app server as a proxy (you could use a service account with impersonation to act on behalf of the user.). Or if you're on-prem you could host both sites under the same domain, or drop the cross-origin restriction on your servers.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156