According to Chrome dev tools, my requests to get my html partials have the origin header https://site-name-here.com and request header GET. I have the following JSON file s
The following got it working for me:
[ { "origin": ["https://site-name-here.com"], "responseHeader": "*", "method": ["GET"], "maxAgeSeconds": 3600 } ]