Here's my CORS config:

<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/";>
    <CORSRule>
        <AllowedOrigin>*</AllowedOrigin>
        <AllowedMethod>GET</AllowedMethod>
        <AllowedHeader>*</AllowedHeader>
    </CORSRule>
</CORSConfiguration>

Walter

On Nov 19, 2012, at 11:35 AM, Walter Lee Davis wrote:

> I am using Amazon S3, with a cross-domain request allowed there, and am able 
> to load HTML from a static file hosted there into a shell page hosted on my 
> own server using Prototype Ajax.Updater. Recently, I started getting an error 
> in Safari (latest version) of "Refused to get unsafe header 'X-JSON'". This 
> error repeats hundreds of times before the content loads. It doesn't stop the 
> load, but it annoys me. Has anyone else seen this, and how did you stop it if 
> so?
> 
> Thanks,
> 
> Walter
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Prototype & script.aculo.us" group.
> To post to this group, send email to prototype-scriptaculous@googlegroups.com.
> To unsubscribe from this group, send email to 
> prototype-scriptaculous+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to