Jan 13, 2022 06:52 PM
I am able to use the API to obtain URLS for images. I can access those URLs from my browser when logged in.
However, my API is unable to access the images when using a GET (I am sending the authorization token header):
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>XXXXXXXX</RequestId><HostId>YYYYYYYYYY=</HostId></Error>
HTTP/1.1 403 Forbidden
Content-Type: application/xml
Transfer-Encoding: chunked
Connection: keep-alive
Date: Fri, 14 Jan 2022 02:36:39 GMT
Server: AmazonS3
Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'; img-src https://*/favicon.ico; sandbox
Access-Control-Allow-Origin: *
X-Robots-Tag: none
X-Xss-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Referrer-Policy: no-referrer
X-Cache: Error from cloudfront
Via: 1.1 61e47cd082bb04a8fb8ae61dd54f6b32.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: SFO5-P1
X-Amz-Cf-Id: shVI6m4RmjkRC_v-5aKPJihKBNSCl9tLzzIsEtiO_qw4BRy89NgJoQ==
Solved! Go to Solution.
Jan 14, 2022 05:38 AM
Jan 14, 2022 05:38 AM
Share an example image URL.
Jan 14, 2022 11:51 AM
I went to grab the URL, and realize I made a code mistake. Thank you for trying to help!