We're looking to embed some EspoCRM data in another application.
Postman works fine, but in a browser console we're getting this:
Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is thereforenot allowed access. The response had HTTP status code 401. If an opaque response serves your needs, set the request's mode to "no-cors' to get the resource with CORS disabled.
Does Espo's API support CORS? If not, how would anyone use it outside of Postman or just extracting data from a non-web-app?
thanks,
Mike
Postman works fine, but in a browser console we're getting this:
Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is thereforenot allowed access. The response had HTTP status code 401. If an opaque response serves your needs, set the request's mode to "no-cors' to get the resource with CORS disabled.
Does Espo's API support CORS? If not, how would anyone use it outside of Postman or just extracting data from a non-web-app?
thanks,
Mike
Comment