Remote image fetch returns 404 with my cloud name
Attempting to remotely fetch an image with my cloud name returns a 404:
X-Cld-Error: Resource not found
However, the same image works fine using demo as the cloudname
-
Hi Justin,
For security reasons, the `fetch` resource type is restricted by default.
There are two options you can use to resolve this:
* Navigate to your settings page -> security tab, and remove the checkbox that restricts the 'fetch' type (under "Restricted media types"), then save the settings.
* Use our SDK to create a signature for the URL or use the API to request that image is fetched, either of which indicates that the request came from your code and will allow the fetch to proceed.
Please sign in to leave a comment.
Comments
1 comment