Hi,
I am creating a plugin in JIRA. From jira I need to push list of issues into salesforce using this plugin. I am making REST API calls in Javascript browser. I am making use of AP.request
When I try to make REST API calls to salesforce, I am getting CORS error. Please help me out with this
I added the origin URL in my whitelist field. Still I am getting this error.
Hi Sahana,
AP.Request does not strike as the correct approach here, as that module is meant to contact the Jira instance your app is running on, not a third party tool like Salesforce.
Also, you should check your Salesforce configuration. I might be wrong here, but I believe that Salesforce requires you to whitelist certain origins before accepting them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.