Deep dive in CORS: History, how it works, and best practices
The error in your browser's console
No 'Access-Control-Allow-Origin' header is present on the requested resource.
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the
remote resource at https://example.com/
Access to fetch at '...
ilija.hashnode.dev19 min read
Ville Pakarinen
Good and detailed article about cors :) recommended reading.