I am currently developing an application that uses a REST API. The API gives me the data I need, but the browser is blocking it due to CORS policy. I have tried using some Node.js packages like cors-anywhere, but I'm still facing issues. Is it possible to resolve this issue from the client side, or do I need to work on the server side?