cross-origin policy
Hi, I'm developing an extension that uses API. I did not found legal method to turn off the preflight requests to API endpoints. API is not considered to response `OPTIONS' method with `Access-Control-Allow-Origin'. Therefore I cannot use it, browser does not allow it. I trusted the website API by 100%.
Is there any method to turn off CORS policy for the specific domain. Thx
Hi, I'm developing an extension that uses API. I did not found legal method to turn off the preflight requests to API endpoints. API is not considered to response `OPTIONS' method with `Access-Control-Allow-Origin'. Therefore I cannot use it, browser does not allow it. I trusted the website API by 100%.
Is there any method to turn off CORS policy for the specific domain.
Thx