Closed
Bug 1182603
Opened 11 years ago
Closed 11 years ago
Set CORS allow-origin header for S3 bucket
Categories
(Content Services Graveyard :: Tiles: Content Front-End, defect)
Content Services Graveyard
Tiles: Content Front-End
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: oyiptong, Unassigned)
References
Details
(Whiteboard: .?)
No description provided.
| Reporter | ||
Comment 1•11 years ago
|
||
CORS is actually already enabled:
$ curl -I -v -H 'Origin: localhost' https://tiles-resources-stage-tiless3-j2bbpjdfjb7t.s3.amazonaws.com/desktop_tile_index_v3.json
* Hostname was NOT found in DNS cache
* Trying 54.231.17.177...
* Connected to tiles-resources-stage-tiless3-j2bbpjdfjb7t.s3.amazonaws.com (54.231.17.177) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
* Server certificate: *.s3.amazonaws.com
* Server certificate: VeriSign Class 3 Secure Server CA - G3
* Server certificate: VeriSign Class 3 Public Primary Certification Authority - G5
> GET /desktop_tile_index_v3.json HTTP/1.1
> User-Agent: curl/7.37.1
> Host: tiles-resources-stage-tiless3-j2bbpjdfjb7t.s3.amazonaws.com
> Accept: */*
> Origin: localhost
>
< HTTP/1.1 200 OK
< x-amz-id-2: X4oIbik3X9ch8DzMHlvBChNGjl+PHgxG+Ah/cW9uvmXijzbcHWTuzUxDlcFE9tZqVlafQj4MHlA=
< x-amz-request-id: B70DA5BF95520DC0
< Date: Fri, 10 Jul 2015 19:54:01 GMT
< Access-Control-Allow-Origin: *
< Access-Control-Allow-Methods: GET
< Vary: Origin, Access-Control-Request-Headers, Access-Control-Request-Method
< Content-Disposition: inline
< Cache-Control: public, max-age=31536000
< Last-Modified: Wed, 01 Jul 2015 00:24:06 GMT
< ETag: "09e03327a27cc629757d71e2934e07d1"
< Accept-Ranges: bytes
< Content-Type: application/json
< Content-Length: 56046
* Server AmazonS3 is not blacklisted
< Server: AmazonS3
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•