CORS BLOCKED my app

Description
I have an application for scheduling and created an api for when the user schedules a zoom room to be created for him, my website however is http
Error
Access to XMLHttpRequest at ‘https://api.zoom.us/v2/users/ti@credexecutivo.com.br/meetings’ from origin ‘http://192.168.1.203:8080’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
I used OAuth

Hey @credexecutivo,

Thank you for reaching out to the Zoom Developer Forum. It’s important to note that our APIs cannot be called from the frontend/client-side code. Instead, you should be making these calls from the back-end/server-side to avoid CORS errors.

I hope that helps! Let me know if you have any questions.

Thanks,
Max

Can I do it in classic asp?

Hey @credexecutivo,

Thank you for your question. Yes, as long as the code isn’t being called from browser client code such as JavaScript.

I hope that helps!

Thanks,
Max

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