How to fix CORS issues [Expo Web]

I am getting CORS issues when trying to request other’s API from localhost and from my server, but it works well in Android & iOs

Access to XMLHttpRequest at 'https://billetera.paytoperu.com/login' from origin 'http://192.168.1.62:19006' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status.

and also from my website

Access to XMLHttpRequest at 'https://billetera.paytoperu.com/login' from origin 'https://pay-me.website' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status.

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