i need to post to a API with cors diabled how do i do this
Develop games in your browser. Powerful, performant & highly capable.
you can't just disable CORS.
API request can be sent if your game is uploaded to a hosting that does not block CORS requests.
What are you trying to do, what API do you want to use?
you can't just disable CORS. API request can be sent if your game is uploaded to a hosting that does not block CORS requests. What are you trying to do, what API do you want to use?
im trying to send data request too my schools API and when i call it with a fetch in JS when i disable cors it works but other wise i haven't found a way to make it work with cors