Hello everyone, can I ask how to bypass and call the API to fetch data ?
Thank you all for watching.
Topic summary
A developer is encountering a CORS (Cross-Origin Resource Sharing) error when attempting to call an API to fetch data. The error message indicates that the ‘Access-Control-Allow-Origin’ header is missing from the API response, which prevents the browser from allowing the cross-origin request.
Key Issue:
- Browser blocking API calls due to missing CORS headers
- Need to bypass or properly configure CORS policy
Status:
- Question remains unanswered
- User has included screenshots showing the specific error
- Seeking community guidance on resolution methods
This is a common web development issue that typically requires either server-side configuration changes or alternative approaches like using a proxy server.

