CORS Issues
Cross-Origin Resource Sharing
Sometimes when calling an API you will face CORS issues: Cross-Origin Resource Sharing.
This is a security mechanism implemented in browsers to prevent calls from being made directly from a client. You will not be able to bypass this issue from Clutch, a server-side change must be made to allow requests to be made from your application.
Updated 4 months ago
Did this page help you?