[Vuejs]-If CORS if refusing my API request and I don't control the server, is there nothing I can do?

0👍

You can always use a CORS proxy like cors-anywhere or you could even make your own.

Leave a comment