Re: cors error when loading json files

> On Mar 23, 2017, at 10:43 AM, Robert Sanderson <azaroth42@gmail.com> wrote:
> 
> 
> The ACAO should not be "*, *" just "*"
> 
> This commonly happens when there are conflicting apache AddHeader rules rather than SetHeader ... if you AddHeader ACAO *, and some previous system has done the same, you end up with the comma separated list.

Looks like that’s it. I’ll push a change.

> HTH,
> 
> Rob
> 
> On Thu, Mar 23, 2017 at 10:13 AM, Brent Shambaugh <brent.shambaugh@gmail.com <mailto:brent.shambaugh@gmail.com>> wrote:
> Is this quite expected with json-ld files, such as the example at json-ld.org <http://json-ld.org/>?
> 
> Cross-Origin Request Blocked: The Same Origin Policy disallows reading
> the remote resource at http://json-ld.org/contexts/person.jsonld <http://json-ld.org/contexts/person.jsonld>.
> (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘*,
> *’).  (unknown)
> 
> -Brent Shambaugh
> 
> GitHub: https://github.com/bshambaugh <https://github.com/bshambaugh>
> Website: http://bshambaugh.org/ <http://bshambaugh.org/>
> LinkedIN: https://www.linkedin.com/in/brent-shambaugh-9b91259 <https://www.linkedin.com/in/brent-shambaugh-9b91259>
> Skype: brent.shambaugh
> Twitter: https://twitter.com/Brent_Shambaugh <https://twitter.com/Brent_Shambaugh>
> 
> 
> 
> 
> -- 
> Rob Sanderson
> Semantic Architect
> The Getty Trust
> Los Angeles, CA 90049

Received on Thursday, 23 March 2017 17:49:50 UTC