function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bansal 4Bansal 4 

CORS to access salesforce resource from local machine

I have .net desktop application which is using rest apis to access salesforce. From my rhis .net application when I launch salesforce login page using url: https://login.salesforce.com/services/oauth2/authorize? with oath parameters. Login window appears with some javascript error pop ups. How can I set CORS for my local machine in salesforce to resolve this script error?
Your support is appreciated!