Access-Control-Allow-Origin
is a header request that states whether the response is shared with requesting code.
When a site tries to fetch content from another site, the Access-Control-Allow-Origin
header specifies where the content of a page is accessible.
Access-Control-Allow-Origin: *
Access-Control-Allow-Origin: <origin>
Access-Control-Allow-Origin: null