2 Guides

Cross-Origin-Resource-Sharing

Cross-Origin Requests with Fetch API

In this guide, we will learn to handle Cross-Origin Requests with Fetch API and consume APIs from different sources securely

What is Cross-Origin Resource Sharing (CORS)?

CORS blocks a website to request data from a server if they don’t have the same origin. In this piece, let’s look at CORS and how to deal with it.