I have contacted my server provider and they have check. They send me this overview.
SetEnvIf Origin “^(|https://www\.nutafant\.no/|https://www\.usecontent\.one/)$” CORS=$0
</IfModule>
Header set Access-Control-Allow-Origin %{CORS}e env=CORS
Header append Vary “Origin” env=CORS
Header set Access-Control-Allow-Credentials “true” env=CORS
Header set Access-Control-Allow-Methods “*” env=CORS
Header set Access-Control-Allow-Headers “*” env=CORS
Header set Access-Control-Expose-Headers “*” env=CORS
What is wrong with this, when i can download the files from the pages, but i can’t show the same file in Leaflet-maps on det same page?