Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi,
    I have faced the same issue.
    The request for the scss file was as follows:
    https://cdn.testsite.net/?sccss=1&ver=4.7.2
    Whenever the request was made directly to the origin server, things were good.
    But somehow, CDN(Amazon CloudFront) wasn’t able to serve it correctly( the response header was set as “text\html” instead of “text\css”).So i tried to serve this particular request from origin server instead of CDN by adding this particular request to the exclusion list. This resolved the issue.

    Add the following to the exclusions in CDN ENabler settings
    “/?sccss”
    Save Changes.

Viewing 1 replies (of 1 total)