Same Origin Policy and CORS
What is Origin
The protocol/domain/port tuple of a URL is called the origin
let url = 'http://store.company.com/dir/page.html'
//http://store.company.com is origin
When the two Origins are the same
When the protocol/domain/port tuple of the URL is t...
shailstar.hashnode.dev4 min read