Hello,
I'm having issues with setting cors on dumpling. I seems like it's not doing
anything.
I have the following CORS rule on test1 bucket:
<CORSConfiguration>
<CORSRule>
<AllowedMethod>GET</AllowedMethod><AllowedMethod>POST</AllowedMethod>
<AllowedOrigin>http://a.a.a</AllowedOrigin>
<AllowedHeader>*</AllowedHeader>
</CORSRule>
</CORSConfiguration>
When test with the following I'm missing the Access-Control-Allow-Origin on the
response:
Curl -H "Origin: http://a.a.a" https://s3/test1 -vv
< HTTP/1.1 200 OK
< Date: Wed, 21 Aug 2013 20:13:31 GMT
< Server: Apache/2.2.22 (Ubuntu)
< Transfer-Encoding: chunked
< Content-Type: application/xml
When I try a pre-flight check I get a 403.
curl -vv -X OPTIONS -H 'Access-Control-Request-Method: GET' -H "Origin:
http://a.a.a" https://s3/test1/a
< HTTP/1.1 403 Forbidden
< Date: Wed, 21 Aug 2013 20:16:12 GMT
< Server: Apache/2.2.22 (Ubuntu)
< Accept-Ranges: bytes
< Content-Length: 78
< Content-Type: application/xml
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com