I am facing issue calling Remote API from localhost.
I am getting this error in browser console:
Reason: CORS request did not succeed
I am using nimble:restivus
package
As per documentation I am setting:
enableCors: true
in order to allow access from any origin. But no luck.
Can anyone help me with this?