Just faced an issue with the Access-Control-Allow-Origin CORS policy.
I load a link https://kiszo.net/wp-content/uploads/2021/03/14-1-scaled-e1616096596896.jpg
In postman i can see that there is an Access-Control-Allow-Origin header set to *
But nevertheless i cannot use this image on any other domain in an img tag, because i get a 403 error.
I always get a 403 and no Access-Control-Allow-Origin header
Its a CORS policy issue or something else?