CORS policy problem

When we try to fetch data from contact database , the cors policy block the API.
Do you have any idea to fix this?

@Andonirina

Hi @Taha_DAFALI ,

Are you using the platform’s request method to make api calls?

You should use the Request method to avoid exposing sensitive information, such as API keys or user credentials, when you make HTTP requests to third-party domains & the benefit is Cross-Origin Resource Sharing (CORS) support as requests are routed through a proxy.

If you’re already using it please share some logs (or) your code snippet to understand better.

See how fdk.log helps in troubleshooting

Copy specific section of logs using Debug Mode

Share browser logs if you think those can help.

Thanks

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.